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: node_js:
- 8 - 8
install: install:
- npm set progress=false
- npm install - npm install
script: script:
- npm run build - npm run build

View File

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