Skip to content

Commit 465fc9c

Browse files
committed
chore(travis): speed up npm install
1 parent 8fe6008 commit 465fc9c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ node_js:
66
- '0.12'
77
- '0.11'
88
- '0.10'
9+
before_install:
10+
# https://github.com/npm/npm/issues/11283
11+
- npm set progress=false
912
after_success: npm run coveralls
1013
env:
1114
global:

0 commit comments

Comments
 (0)