Skip to content

Commit 95e8f75

Browse files
committed
remove pecl imagick install from hhvm builds
1 parent 13979f9 commit 95e8f75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ install:
2929

3030
before_script:
3131
# Install 'imagick' plugin
32-
- printf "\n" | pecl install imagick
32+
- bash -c 'if [[ $TRAVIS_PHP_VERSION != hhvm* ]]; then printf "\n" | pecl install imagick; fi'
3333
# Directory for coverage report
3434
- mkdir -p build/logs/
3535

0 commit comments

Comments
 (0)