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
|
||||
|
||||
@@ -116,12 +116,6 @@
|
||||
"check-separator",
|
||||
"check-type"
|
||||
],
|
||||
"directive-selector": [
|
||||
true,
|
||||
"attribute",
|
||||
"app",
|
||||
"camelCase"
|
||||
],
|
||||
"component-selector": [
|
||||
true,
|
||||
"element",
|
||||
|
||||
Reference in New Issue
Block a user