Skip to content

Commit

Permalink
Hopefully this finally fixes Travis builds now.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Oct 6, 2017
1 parent 2966297 commit 84b1789
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Expand Up @@ -15,7 +15,12 @@ matrix:
- php: nightly
before_script:
- phpenv config-rm xdebug.ini || echo "XDebug not enabled"
- pear channel-discover pear.horde.org
- 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 package.xml
script:
Expand Down

0 comments on commit 84b1789

Please sign in to comment.