Skip to content

Commit

Permalink
Fix Travis tests.
Browse files Browse the repository at this point in the history
Install Horde_Test and try to work around broken channel discovery in the Travis PEAR installer.
  • Loading branch information
yunosh committed Oct 6, 2017
1 parent a6f72c6 commit abed2b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -15,7 +15,9 @@ matrix:
- php: nightly
before_script:
- phpenv config-rm xdebug.ini || echo "XDebug not enabled"
- pear channel-discover pear.horde.org
- pear install channel://pear.horde.org/Horde_Role
- pear install channel://pear.horde.org/Horde_Test
- pear install package.xml
script:
- php $(find test -name AllTests.php)

0 comments on commit abed2b2

Please sign in to comment.