Sfoglia il codice sorgente

:octocat: imagick plz

codemasher 5 anni fa
parent
commit
5a9bb67d2e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -21,7 +21,7 @@ before_install:
   - pecl channel-update pecl.php.net
   - pecl channel-update pecl.php.net
   - pecl install ast
   - pecl install ast
   - |
   - |
-    if [ $TRAVIS_PHP_VERSION != 'nightly' ]; then
+    if [ $TRAVIS_PHP_VERSION == '7.4' ]; then
       printf "\n" | pecl install imagick;
       printf "\n" | pecl install imagick;
     fi
     fi