Skip to content

Commit

Permalink
remove pecl imagick install from hhvm builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mike42 committed Mar 13, 2018
1 parent 13979f9 commit 95e8f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ install:

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

Expand Down

0 comments on commit 95e8f75

Please sign in to comment.