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.
2 parents 7e5b70f + f16fa53 commit 5c87ca9Copy full SHA for 5c87ca9
travis-init.sh
@@ -1,12 +1,10 @@
1
#!/bin/bash
2
3
if [[ "$TRAVIS_PHP_VERSION" != "hhvm" ]]; then
4
- # install 'eio' PHP extension (does not support php 7)
5
- if [[ "$TRAVIS_PHP_VERSION" != "7.0" ]]; then
+ # install 'eio' PHP extension (does not support nightly)
+ if [[ "$TRAVIS_PHP_VERSION" != "nightly" ]]; then
6
yes "" | pecl install eio
7
- echo "extension=eio.so" >> "$(php -r 'echo php_ini_loaded_file();')"
8
fi
9
-
10
11
12
#set -e
0 commit comments