diff options
author | Jérémy Benoist <j0k3r@users.noreply.github.com> | 2019-05-10 21:24:06 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-10 21:24:06 +0300 |
commit | de1162b91a205a98a3f8ed01bd80285793b18380 (patch) | |
tree | 00bbdab87df426a541df33af15b6c4aa78b4b436 /.travis.yml | |
parent | 6e67f41152ad025e74696e7140de0f9fb0d601de (diff) | |
parent | 844fd9fafc577faa8d6c8faa4e37b915be2389d9 (diff) | |
download | wallabag-de1162b91a205a98a3f8ed01bd80285793b18380.tar.gz wallabag-de1162b91a205a98a3f8ed01bd80285793b18380.tar.zst wallabag-de1162b91a205a98a3f8ed01bd80285793b18380.zip |
Merge pull request #3955 from wallabag/fix/gif-animation-imagick
Use Imagick to keep GIF animation
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 393d0033..8c1ec5cb 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -54,6 +54,10 @@ before_script: | |||
54 | - echo "memory_limit=-1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini | 54 | - echo "memory_limit=-1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini |
55 | - phpenv config-rm xdebug.ini || echo "xdebug not available" | 55 | - phpenv config-rm xdebug.ini || echo "xdebug not available" |
56 | - composer self-update --no-progress | 56 | - composer self-update --no-progress |
57 | # install imagick | ||
58 | - pear config-set preferred_state beta | ||
59 | - pecl channel-update pecl.php.net | ||
60 | - yes | pecl install imagick | ||
57 | 61 | ||
58 | script: | 62 | script: |
59 | - travis_wait bash composer install -o --no-interaction --no-progress --prefer-dist | 63 | - travis_wait bash composer install -o --no-interaction --no-progress --prefer-dist |