Skip to content

Commit ae9af17

Browse files
author
Neubert, Sebastian
committed
update selenium version for travis.ci to 2.41.0
1 parent 28d4057 commit ae9af17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ matrix:
1616

1717
before_script:
1818
- 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 &
19+
- wget http://selenium-release.storage.googleapis.com/2.41/selenium-server-standalone-2.41.0.jar
20+
- java -jar selenium-server-standalone-2.41.0.jar -port 4444 >/dev/null 2>&1 &
2121
- cd test/integration/
2222
- mkdir tests/_log
2323
- php codecept${CODECEPT_VERSION}.phar build

0 commit comments

Comments
 (0)