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 2d3c365 commit 38cd236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -25,7 +25,7 @@ before_script:
export ALARM_SQL_PDO_MYSQL_TEST_CONFIG='{"alarm":{"sql":{"pdo_mysql":{"adapter":"pdo_mysql","host":"localhost","username":"root","password":"","dbname":"test","charset":"utf-8"}}}}';
export ALARM_SQL_PDO_PGSQL_TEST_CONFIG='{"alarm":{"sql":{"pdo_pgsql":{"adapter":"pdo_pgsql","username":"postgres","password":"","dbname":"test","charset":"utf-8"}}}}';
- 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 38cd236

Please sign in to comment.