Skip to content

Commit 5e31654

Browse files
committed
:octocat:
1 parent 8aff3ab commit 5e31654

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.travis.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
addons:
2+
apt:
3+
packages:
4+
- imagemagick
5+
16
language: php
27

38
matrix:
@@ -7,8 +12,7 @@ matrix:
712
allow_failures:
813
- php: nightly
914

15+
before_install: printf "\n" | pecl install imagick
1016
install: travis_retry composer install --no-interaction --prefer-source
11-
1217
script: vendor/bin/phpunit --configuration phpunit.xml --coverage-clover clover.xml
13-
1418
after_script: bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)