Skip to content

Commit

Permalink
Always discover channel manually, due to Travis bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Oct 6, 2017
1 parent d5cbcb0 commit bc491f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -25,6 +25,7 @@ before_script:
export GROUP_SQL_PDO_MYSQL_TEST_CONFIG='{"group":{"sql":{"pdo_mysql":{"adapter":"pdo_mysql","host":"localhost","username":"root","password":"","dbname":"test","charset":"utf-8"}}}}';
export GROUP_SQL_PDO_PGSQL_TEST_CONFIG='{"group":{"sql":{"pdo_pgsql":{"adapter":"pdo_pgsql","username":"postgres","password":"","dbname":"test","charset":"utf-8"}}}}';
- phpenv config-rm xdebug.ini || echo "XDebug not enabled"
- pear channel-discover pear.horde.org
- pear install channel://pear.horde.org/Horde_Test
- pear install package.xml
script:
Expand Down

0 comments on commit bc491f5

Please sign in to comment.