You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .travis.yml
+3-3
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ env:
12
12
global:
13
13
- DISPLAY=:99.0
14
14
- BROWSER_NAME="htmlunit"
15
-
- CHROMEDRIVER_VERSION="2.35"
15
+
- CHROMEDRIVER_VERSION="2.38"
16
16
17
17
matrix:
18
18
include:
@@ -93,8 +93,8 @@ before_script:
93
93
- if [ "$BROWSER_NAME" = "chrome" ]; then mkdir chromedriver; wget -q -t 3 https://chromedriver.storage.googleapis.com/$CHROMEDRIVER_VERSION/chromedriver_linux64.zip; unzip chromedriver_linux64 -d chromedriver; fi
94
94
- if [ "$BROWSER_NAME" = "chrome" ]; then export CHROMEDRIVER_PATH=$PWD/chromedriver/chromedriver; fi
95
95
- sh -e /etc/init.d/xvfb start
96
-
- if [ ! -f jar/selenium-server-standalone-3.4.0.jar ]; then wget -q -t 3 -P jar https://selenium-release.storage.googleapis.com/3.4/selenium-server-standalone-3.4.0.jar; fi
- if [ ! -f jar/selenium-server-standalone-3.8.1.jar ]; then wget -q -t 3 -P jar https://selenium-release.storage.googleapis.com/3.8/selenium-server-standalone-3.8.1.jar; fi
0 commit comments