Skip to content

Commit

Permalink
Maybe this is what it's choking on?
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Oct 8, 2017
1 parent 4e6c057 commit 37851f0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Expand Up @@ -15,10 +15,8 @@ matrix:
- php: nightly
before_script:
- export HTTP_TEST_CONFIG='{"http":{"server":"www.google.com"}}';
- 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
:
else
yes "" | pecl install channel://pecl.php.net/raphf-1.1.2 channel://pecl.php.net/propro-1.0.2 channel://pecl.php.net/pecl_http-2.5.6;
fi
- phpenv config-rm xdebug.ini || echo "XDebug not enabled"
Expand Down

0 comments on commit 37851f0

Please sign in to comment.