Skip to content

Commit 317fea6

Browse files
committed
:octocat: imagick plz
1 parent a3661e4 commit 317fea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ before_install:
2626
- pecl channel-update pecl.php.net
2727
- pecl install ast
2828
- |
29-
if [ $TRAVIS_PHP_VERSION != 'nightly' ]; then
29+
if [ $TRAVIS_PHP_VERSION == '7.4' ]; then
3030
printf "\n" | pecl install imagick;
3131
fi
3232

0 commit comments

Comments
 (0)