fix(travis): set progress to false (speed up npm)

This commit is contained in:
Heo Sangmin
2018-05-19 02:39:28 +09:00
parent e37efdb9f3
commit be48531517
2 changed files with 1 additions and 6 deletions

View File

@@ -2,6 +2,7 @@ language: node_js
node_js:
- 8
install:
- npm set progress=false
- npm install
script:
- npm run build

View File

@@ -116,12 +116,6 @@
"check-separator",
"check-type"
],
"directive-selector": [
true,
"attribute",
"app",
"camelCase"
],
"component-selector": [
true,
"element",