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 e711798 commit d150a79
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Expand Up @@ -14,12 +14,6 @@ matrix:
before_script:
- export SERVICE_GRAVATAR_TEST_CONFIG='{"service":{"gravatar":{"server":"http://www.gravatar.com"}}}';
- 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 d150a79

Please sign in to comment.