We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3661e4 commit 317fea6Copy full SHA for 317fea6
.travis.yml
@@ -26,7 +26,7 @@ before_install:
26
- pecl channel-update pecl.php.net
27
- pecl install ast
28
- |
29
- if [ $TRAVIS_PHP_VERSION != 'nightly' ]; then
+ if [ $TRAVIS_PHP_VERSION == '7.4' ]; then
30
printf "\n" | pecl install imagick;
31
fi
32
0 commit comments