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 ccbe87a commit 26880a4
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 MAILAUTOCONFIG_TEST_CONFIG='{"mail_autoconfig":{"nonauth_emails":["test@gmail.com","test@gmx.net"],"nonauth_emails_bad":["test@example.com"],"domains":[[["gmail.com"]],[["test.mail.gmail.com","mail.gmail.com","gmail.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 26880a4

Please sign in to comment.