Skip to content

Commit

Permalink
Looks like this is simply unfolded.
Browse files Browse the repository at this point in the history
Also confirm installation of pecl_http.
  • Loading branch information
yunosh committed Jul 1, 2016
1 parent fed7c42 commit 0dc6d3b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ addons:
before_install:
- mysql -e "create database IF NOT EXISTS test;" -uroot
before_script:
- if [ "$TRAVIS_PHP_VERSION" == "7.0" ] || [ $(echo "$TRAVIS_PHP_VERSION 7.0" | tr " " "\n" | sort -V | head -n1) = "7.0" ]
- if [ "$TRAVIS_PHP_VERSION" == "7.0" ] || [ $(echo "$TRAVIS_PHP_VERSION 7.0" | tr " " "\n" | sort -V | head -n1) = "7.0" ];
then
phpenv config-add .travis.php7.ini
phpenv config-add .travis.php7.ini;
else
phpenv config-add .travis.ini
phpenv config-add .travis.ini;
fi
- yes no | pecl install channel://pecl.php.net/lzf
- pecl install channel://pecl.php.net/pecl_http
- yes "" | pecl install channel://pecl.php.net/pecl_http
- pecl install channel://pecl.php.net/igbinary channel://pecl.php.net/msgpack
- pear install channel://pear.php.net/Math_BigInteger
- pear install channel://pear.php.net/Net_DNS2
Expand Down

0 comments on commit 0dc6d3b

Please sign in to comment.