Skip to content

Commit 50391bc

Browse files
committed
EIO supports PHP 7 these days, but breaks on nightly
1 parent 1a326f2 commit 50391bc

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

travis-init.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@
22

33
if [[ "$TRAVIS_PHP_VERSION" != "hhvm" ]]; then
44
# install 'eio' PHP extension (does not support php 7)
5-
if [[ "$TRAVIS_PHP_VERSION" != "7.0" ]]; then
5+
if [[ "$TRAVIS_PHP_VERSION" != "nightly" ]]; then
66
yes "" | pecl install eio
7-
echo "extension=eio.so" >> "$(php -r 'echo php_ini_loaded_file();')"
87
fi
9-
108
fi
119

1210
#set -e

0 commit comments

Comments
 (0)