Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
williaster committed Sep 10, 2018
1 parent 8d122a3 commit 1747f85
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js

node_js:
- '10.7'
- 10.7

cache:
directories:
Expand All @@ -22,7 +22,10 @@ install:
- npm install -g codecov

script:
- 'cd ./packages/$PACKAGE && npm install && npm prune && npm run test'
- cd ./packages/$PACKAGE
- npm install
- npm prune
- npm run test

after_script:
- 'codecov'
- codecov

0 comments on commit 1747f85

Please sign in to comment.