Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
fix(circleCI): lock the currect version of all dependencies (#4669)
Browse files Browse the repository at this point in the history
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 6ba30e0 commit 335680f
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 335680f

Please sign in to comment.