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

fix(circleCI): fix circleCI #4669

Merged
merged 1 commit into from
Jan 24, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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