fix(travis): set progress to false (speed up npm)
This commit is contained in:
@@ -2,6 +2,7 @@ language: node_js
|
||||
node_js:
|
||||
- 8
|
||||
install:
|
||||
- npm set progress=false
|
||||
- npm install
|
||||
script:
|
||||
- npm run build
|
||||
|
||||
Reference in New Issue
Block a user