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 251b06c commit 067c47e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .travis.yml
Expand Up @@ -24,13 +24,6 @@ before_script:
phpenv config-add .travis.ini;
fi
- phpenv config-rm xdebug.ini || echo "XDebug not enabled"
- if [ "$TRAVIS_PHP_VERSION" == "5.6" ] || [ "$TRAVIS_PHP_VERSION" == "7.0" ];
then
pear channel-discover pear.horde.org;
pear channel-discover pear.nrk.io;
echo "include_path = .:$HOME/.phpenv/versions/$(phpenv version-name)/lib/php/pear" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini;
fi

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

0 comments on commit 067c47e

Please sign in to comment.