Skip to content

Commit

Permalink
fix(travis): set progress to false (speed up npm)
Browse files Browse the repository at this point in the history
  • Loading branch information
leo6104 committed May 18, 2018
1 parent e37efdb commit be48531
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ language: node_js
node_js:
- 8
install:
- npm set progress=false
- npm install
script:
- npm run build
6 changes: 0 additions & 6 deletions tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,12 +116,6 @@
"check-separator",
"check-type"
],
"directive-selector": [
true,
"attribute",
"app",
"camelCase"
],
"component-selector": [
true,
"element",
Expand Down

0 comments on commit be48531

Please sign in to comment.