Skip to content

Commit

Permalink
fix travis conf
Browse files Browse the repository at this point in the history
  • Loading branch information
openhoat committed Aug 4, 2017
1 parent 43dfedd commit 2771acd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ language: node_js

node_js: 8.1.4

before_script: yarn
before_script:
- npm prune
- npm install

script: yarn run coveralls
script: npm run coveralls

0 comments on commit 2771acd

Please sign in to comment.