We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28d4057 commit ae9af17Copy full SHA for ae9af17
.travis.yml
@@ -16,8 +16,8 @@ matrix:
16
17
before_script:
18
- printf "\n" | pecl install imagick
19
- - wget http://selenium.googlecode.com/files/selenium-server-standalone-2.35.0.jar
20
- - java -jar selenium-server-standalone-2.35.0.jar -port 4444 >/dev/null 2>&1 &
+ - wget http://selenium-release.storage.googleapis.com/2.41/selenium-server-standalone-2.41.0.jar
+ - java -jar selenium-server-standalone-2.41.0.jar -port 4444 >/dev/null 2>&1 &
21
- cd test/integration/
22
- mkdir tests/_log
23
- php codecept${CODECEPT_VERSION}.phar build
0 commit comments