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

Commit 6931dd6

Browse files
heathkitjuliemr
authored andcommitted
chore(ci) Unblock beta CI by updating to chromedriver 2.26 temporarily.
1 parent fa48a3b commit 6931dd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

circle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ dependencies:
1313
- testapp/node_modules
1414
post:
1515
- ./node_modules/.bin/gulp lint
16-
- ./node_modules/.bin/webdriver-manager update
17-
- ./node_modules/.bin/webdriver-manager start:
16+
- ./node_modules/.bin/webdriver-manager update --versions.chrome 2.26
17+
- ./node_modules/.bin/webdriver-manager start --version.chrome 2.26:
1818
background: true
1919
- cd testapp && npm update
2020
- npm start:

0 commit comments

Comments
 (0)