Skip to content

Commit

Permalink
PEAR on 5.6 and 7.0 is fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Oct 24, 2017
1 parent 8835f52 commit ab040dd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Expand Up @@ -13,12 +13,6 @@ matrix:
- php: nightly
before_script:
- phpenv config-rm xdebug.ini || echo "XDebug not enabled"
- if [ "$TRAVIS_PHP_VERSION" == "5.6" ] || [ "$TRAVIS_PHP_VERSION" == "7.0" ];
then
echo "include_path = .:$HOME/.phpenv/versions/$(phpenv version-name)/lib/php/pear" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini;
pear channel-discover pear.horde.org;
fi

- pear install channel://pear.horde.org/Horde_Test
- pear install -a -B package.xml
script:
Expand Down

0 comments on commit ab040dd

Please sign in to comment.