Skip to content

Commit

Permalink
Rebuild ImageMagick from source
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierstoval committed Jan 19, 2018
1 parent 23e89ad commit 1f7aac4
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,29 @@ cache:
directories:
- $HOME/.composer/cache

php:
- 7.1
- 7.2

matrix:
fast_finish: true
allow_failures:
include:
- php: 7.1
env: 'IMAGEMAGICK_SOURCE="ImageMagick-6.9.9-33"'
- php: 7.1
env: 'IMAGEMAGICK_SOURCE="ImageMagick-7.0.7-21"'
- php: 7.2
env: 'IMAGEMAGICK_SOURCE="ImageMagick-6.9.9-33"'
- php: 7.2
env: 'IMAGEMAGICK_SOURCE="ImageMagick-7.0.7-21"'

before_install:
- composer self-update
- curl https://www.imagemagick.org/download/$IMAGEMAGICK_SOURCE.tar.gz | tar xz
- cd $IMAGEMAGICK_SOURCE
- ./configure
- make
- sudo make install

install:
- composer install
- cd ..
- composer install --no-interaction
- composer require --dev satooshi/php-coveralls:~0.6

script:
Expand Down

0 comments on commit 1f7aac4

Please sign in to comment.