Skip to content

Commit

Permalink
Lock angular/cli to 1.0.6 in package.json and travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DouglasWebster committed Jun 4, 2017
1 parent db49f98 commit 2055686
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ before_install:
- sleep 3
- npm install -g npm@4.6.1
- npm -v
- npm install -g @angular/cli@1.0.6

branches:
only:
Expand All @@ -24,7 +25,6 @@ branches:
- codecovTest

before_script:
- npm install -g @angular/cli

script:
- ng test --no-progress -sr
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@angular/compiler-cli": "^4.1.3",
"@types/jasmine": "2.5.51",
"@types/node": "~7.0.27",
"@angular/cli": "1.1.0",
"@angular/cli": "1.0.6",
"angular-cli-ghpages": "^0.5.0",
"codecov": "2.2.0",
"codelyzer": "~3.0.1",
Expand Down

0 comments on commit 2055686

Please sign in to comment.