Skip to content

Commit

Permalink
Don't fail on PHP versions without xdebug.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Nov 3, 2016
1 parent f3d909f commit 0bd54da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -173,7 +173,7 @@ before_script:
phpenv config-add .travis.ini;
yes "" | pecl install channel://pecl.php.net/igbinary 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 channel://pecl.php.net/msgpack-0.5.7;
fi
- phpenv config-rm xdebug.ini
- phpenv config-rm xdebug.ini || echo "XDebug not enabled"
- yes no | pecl install channel://pecl.php.net/lzf
- pear install channel://pear.php.net/Math_BigInteger
- pear install channel://pear.php.net/Net_DNS2
Expand Down

0 comments on commit 0bd54da

Please sign in to comment.