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 590463d commit 6e1c69c
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
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,11 +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
pear channel-discover pear.horde.org;
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.horde.org/Horde_Role
- pear install channel://pear.horde.org/Horde_Test
- pear install -a -B package.xml
Expand Down

0 comments on commit 6e1c69c

Please sign in to comment.