Added php5-imagick to packages installed for Travis-CI

1.10.x
Yannick Warnier 12 years ago
parent ff5a4f6121
commit 56ae51362a
  1. 3
      .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

Loading…
Cancel
Save