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 90a35a4 commit 8a120e0Copy full SHA for 8a120e0
.travis.yml
@@ -5,9 +5,9 @@ php:
5
- 5.5
6
7
before_script:
8
- #- printf "\n" | pecl install imagick
+ - printf "\n" | pecl install imagick
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 &
+ - java -jar selenium-server-standalone-2.35.0.jar -port 4444 > /dev/null &
11
- cd test/integration/
12
13
0 commit comments