Skip to content

Commit 8a120e0

Browse files
Update .travis.yml
1 parent 90a35a4 commit 8a120e0

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
@@ -5,9 +5,9 @@ php:
55
- 5.5
66

77
before_script:
8-
#- printf "\n" | pecl install imagick
8+
- printf "\n" | pecl install imagick
99
- 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 &
10+
- java -jar selenium-server-standalone-2.35.0.jar -port 4444 > /dev/null &
1111
- cd test/integration/
1212

1313

0 commit comments

Comments
 (0)