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 2ef81c5 commit 6c03ee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -18,7 +18,7 @@ addons:
packages:
- libwbxml2-utils
- phpenv config-rm xdebug.ini || echo "XDebug not enabled"
- 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 6c03ee7

Please sign in to comment.