Commit da25a06f authored by Joe Hoyle's avatar Joe Hoyle
Browse files

Instal iiamgick

parent 0af579b5
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -3,6 +3,9 @@
# Tell Travis CI we're using PHP
language: php

notifications:
  email: false

php:
  - 5.5

@@ -17,6 +20,7 @@ matrix:
# Clones WordPress and configures our testing environment.
before_script:
  - bash bin/install-wp-tests.sh wordpress_test root '' 127.0.0.1 $WP_VERSION
  - printf "\n" | pecl install imagick

script:
  - phpunit --coverage-clover clover.xml