Skip to content

Commit

Permalink
fix: update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ajmacdonald committed Jun 11, 2019
1 parent e496de7 commit f0c27a6
Show file tree
Hide file tree
Showing 4 changed files with 13,263 additions and 6,883 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ cache:
notifications:
email: false
node_js:
- '8'
- '9'
before_script:
- npm prune
script:
- npm run test
- npm run check-coverage
- npm run test
- npm run check-coverage
after_success:
- npm run report-coverage
- npm run travis-deploy-once "npm run semantic-release"
- npm run report-coverage
- npm run travis-deploy-once "npm run semantic-release"
branches:
except:
- /^v\d+\.\d+\.\d+$/
Expand Down
Loading

0 comments on commit f0c27a6

Please sign in to comment.