Skip to content

Commit

Permalink
chore(travis): speed up npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
chimurai committed Jun 22, 2016
1 parent 8fe6008 commit 465fc9c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -6,6 +6,9 @@ node_js:
- '0.12'
- '0.11'
- '0.10'
before_install:
# https://github.com/npm/npm/issues/11283
- npm set progress=false
after_success: npm run coveralls
env:
global:
Expand Down

0 comments on commit 465fc9c

Please sign in to comment.