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

Commit

Permalink
chore(ci) Unblock beta CI by updating to chromedriver 2.26 temporarily.
Browse files Browse the repository at this point in the history
  • Loading branch information
heathkit authored and juliemr committed Dec 29, 2016
1 parent fa48a3b commit 6931dd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ dependencies:
- testapp/node_modules
post:
- ./node_modules/.bin/gulp lint
- ./node_modules/.bin/webdriver-manager update
- ./node_modules/.bin/webdriver-manager start:
- ./node_modules/.bin/webdriver-manager update --versions.chrome 2.26
- ./node_modules/.bin/webdriver-manager start --version.chrome 2.26:
background: true
- cd testapp && npm update
- npm start:
Expand Down

0 comments on commit 6931dd6

Please sign in to comment.