trying to fix imagik properly

This commit is contained in:
Daniel Hensby 2016-03-08 15:05:16 +00:00
parent 5609b9ae25
commit 7c037d8034
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ matrix:
before_script:
- if ! [ $(phpenv version-name) = "5.3" ]; then printf "\n" | pecl install imagick; fi
- if [ $(phpenv version-name) = "5.3" ]; then printf "\n" | pecl install imagick-3.3.0; fi
- composer self-update || true
- phpenv rehash
- git clone git://github.com/silverstripe-labs/silverstripe-travis-support.git ~/travis-support