Skip to content

Commit

Permalink
Merge remote PR angular#4669 into feature/shadow-root-locator
Browse files Browse the repository at this point in the history
  • Loading branch information
firstor committed Apr 15, 2018
2 parents ea8ace6 + a9718bc commit a08fcf6
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 a08fcf6

Please sign in to comment.