Skip to content

Commit

Permalink
feat: read json files
Browse files Browse the repository at this point in the history
  • Loading branch information
jscharett authored Jun 7, 2019
2 parents 20f79c5 + 25729cf commit 926b616
Show file tree
Hide file tree
Showing 8 changed files with 5,881 additions and 522 deletions.
18 changes: 13 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,28 @@ sudo: required
branches:
only:
- master
- development

addons:
chrome: stable
firefox: latest

before_install:
- pip install --user codecov

before_script:
- npm install -g @angular/cli

script:
- ng lint
- npm run lint
- npm run test-ci
- ng build

before_install:
- pip install --user codecov
- npm run build
after_success:
- codecov
deploy:
provider: script
skip_cleanup: true
script:
- npx semantic-release
on:
branch: master
Loading

0 comments on commit 926b616

Please sign in to comment.