Skip to content

Commit

Permalink
Changing chrome driver version to fix travis broken tests
Browse files Browse the repository at this point in the history
  • Loading branch information
eos87 committed Aug 6, 2019
1 parent f5ec0b8 commit 413ec28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"eslint": "grunt eslint",
"tslint": "tsc --noEmit && tslint -c tslint.json 'app/**/*.{ts,tsx}'",
"lint": "npm run eslint && npm run tslint",
"webdriver-update": "./node_modules/protractor/bin/webdriver-manager update --gecko false --versions.chrome 76.0.3809.68 --versions.standalone 3.9.1",
"webdriver-update": "./node_modules/protractor/bin/webdriver-manager update --gecko false --versions.chrome 75.0.3770.140 --versions.standalone 3.9.1",
"e2e": "./node_modules/.bin/protractor protractor-conf.js"
},
"licenses": [
Expand Down

0 comments on commit 413ec28

Please sign in to comment.