Skip to content

Commit

Permalink
Still need to channel-discover.
Browse files Browse the repository at this point in the history
We don't have an explicit channel name when installing from package.xml.
  • Loading branch information
yunosh committed Oct 6, 2017
1 parent 47aceb2 commit 0cb4983
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -16,6 +16,7 @@ matrix:
before_script:
- phpenv config-rm xdebug.ini || echo "XDebug not enabled"
- 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
- pear install -a package.xml
script:
- php $(find test -name AllTests.php)

0 comments on commit 0cb4983

Please sign in to comment.