Przeglądaj źródła

:octocat: imagick plz

codemasher 5 lat temu
rodzic
commit
317fea6648
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

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