We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aff3ab commit 5e31654Copy full SHA for 5e31654
.travis.yml
@@ -1,3 +1,8 @@
1
+addons:
2
+ apt:
3
+ packages:
4
+ - imagemagick
5
+
6
language: php
7
8
matrix:
@@ -7,8 +12,7 @@ matrix:
12
allow_failures:
13
- php: nightly
9
14
15
+before_install: printf "\n" | pecl install imagick
10
16
install: travis_retry composer install --no-interaction --prefer-source
11
-
17
script: vendor/bin/phpunit --configuration phpunit.xml --coverage-clover clover.xml
18
after_script: bash <(curl -s https://codecov.io/bash)
0 commit comments