Skip to content

Commit

Permalink
fix(circleCI): lock the currect version of all dependencies (angular#…
Browse files Browse the repository at this point in the history
…4669)

CircleCI was broken by the new release of gulp-clang-format and jasmine
1.pin the version of gulp-clang-format to 1.0.23
2.pin jasmine version to 2.8.0
3.add lock file
  • Loading branch information
qiyigg authored Jan 24, 2018
1 parent d53bdcc commit a9718bc
Show file tree
Hide file tree
Showing 4 changed files with 7,399 additions and 4 deletions.
4 changes: 2 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ machine:

dependencies:
override:
- npm update
- npm i
cache_directories:
- testapp/node_modules
post:
- ./node_modules/.bin/gulp lint
- ./node_modules/.bin/webdriver-manager update
- ./node_modules/.bin/webdriver-manager start:
background: true
- cd testapp && npm update
- cd testapp && npm i
- npm start:
background: true
- sudo apt-get update
Expand Down
Loading

0 comments on commit a9718bc

Please sign in to comment.