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 cd231aa commit 9a70095Copy full SHA for 9a70095
.travis.yml
@@ -9,6 +9,7 @@ before_script:
9
- wget http://selenium.googlecode.com/files/selenium-server-standalone-2.35.0.jar
10
- java -jar selenium-server-standalone-2.35.0.jar -port 4444 >/dev/null 2>&1 &
11
- cd test/integration/
12
+ - mkdir tests/_log
13
14
15
script: php codecept.phar run -d
0 commit comments