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 a5475f5 commit c0bc060
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .travis.yml
Expand Up @@ -3,8 +3,8 @@ language: php
php:
- 5.4
- 5.5
# - 5.6
# - 7.0
- 5.6
- 7.0
- 7.1
- nightly
matrix:
Expand All @@ -13,14 +13,7 @@ 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
pear channel-discover pear.horde.org;
pear install channel://pear.horde.org/Horde_Role;
echo "include_path = .:$HOME/.phpenv/versions/$(phpenv version-name)/lib/php/pear" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini;
else
pear install channel://pear.horde.org/Horde_Role;
fi
- pear install channel://pear.horde.org/Horde_Role;
- pear install channel://pear.horde.org/Horde_Test
- pear install -a -B package.xml
script:
Expand Down

0 comments on commit c0bc060

Please sign in to comment.