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

Commit

Permalink
chore(dependency): switch to webdriver-manager 11.1.0 and remove `--v…
Browse files Browse the repository at this point in the history
…ersions.chrome 2.26` from circle.yml (#3865)
  • Loading branch information
sjelin authored and juliemr committed Dec 29, 2016
1 parent 6931dd6 commit 8196059
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 --versions.chrome 2.26
- ./node_modules/.bin/webdriver-manager start --version.chrome 2.26:
- ./node_modules/.bin/webdriver-manager update
- ./node_modules/.bin/webdriver-manager start:
background: true
- cd testapp && npm update
- npm start:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"saucelabs": "~1.3.0",
"selenium-webdriver": "3.0.1",
"source-map-support": "~0.4.0",
"webdriver-manager": "^11.0.0"
"webdriver-manager": "^11.1.0"
},
"devDependencies": {
"@types/chalk": "^0.4.28",
Expand Down

0 comments on commit 8196059

Please sign in to comment.