Explorar el Código

Added php5-imagick to packages installed for Travis-CI

Yannick Warnier hace 11 años
padre
commit
56ae51362a
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      .travis.yml

+ 3 - 0
.travis.yml

@@ -6,5 +6,8 @@ php:
   - 5.5
 
 before_script: composer install -n
+before_install:
+  - sudo apt-get update -qq
+  - sudo apt-get install -qq php5-imagick
 
 script: phpunit -c tests/phpunit