Skip to content

Commit 21412fe

Browse files
committed
Update Chromedriver and use stable chrome in Travis builds
1 parent fda6f7f commit 21412fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111
global:
1212
- DISPLAY=:99.0
1313
- BROWSER_NAME="htmlunit"
14-
- CHROMEDRIVER_VERSION="2.31"
14+
- CHROMEDRIVER_VERSION="2.35"
1515

1616
matrix:
1717
include:
@@ -25,7 +25,7 @@ matrix:
2525
- php: 7.1
2626
env: BROWSER_NAME="chrome" CHROME_HEADLESS="1"
2727
addons:
28-
chrome: beta
28+
chrome: stable
2929

3030
# Build with lowest possible dependencies
3131
- php: 7.1
@@ -35,7 +35,7 @@ matrix:
3535
- php: 7.1
3636
env: BROWSER_NAME="chrome" CHROME_HEADLESS="1" DEPENDENCIES="--prefer-lowest"
3737
addons:
38-
chrome: beta
38+
chrome: stable
3939

4040
# Saucelabs builds
4141
- php: 7.1

0 commit comments

Comments
 (0)