Skip to content

Commit

Permalink
adds chromedriver to package.json to avoide "session not created: Chr…
Browse files Browse the repository at this point in the history
…ome version must be between 71 and 75" issue.
  • Loading branch information
cbleek committed Oct 16, 2019
1 parent 6eb6eff commit 2a6ccae
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
13 changes: 6 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
language: php

addons:
apt:
sources:
- google-chrome
packages:
- google-chrome-stable
#addons:
# apt:
# sources:
# - google-chrome
# packages:
# - google-chrome-stable

services:
- mongodb
Expand All @@ -25,7 +25,6 @@ matrix:
env: COVERAGE=yes
- php: 7.3
include:
- php: 7.1
- php: 7.2
- php: 7.3
- php: 7.2
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"grunt-contrib-less": "^2.0.0",
"grunt-contrib-uglify": "^4.0.0",
"grunt-contrib-watch": "^1.1.0",
"load-grunt-tasks": "^4.0.0"
"load-grunt-tasks": "^4.0.0",
"chromedriver": "^75.0"
}
}

0 comments on commit 2a6ccae

Please sign in to comment.