commit | ee2f5d08c64d96b7abc7195bcd1b6a3fd67b5b42 | [log] [tgz] |
---|---|---|
author | Taufan Aditya <toopay@taufanaditya.com> | Fri Mar 30 06:29:11 2012 +0700 |
committer | Taufan Aditya <toopay@taufanaditya.com> | Fri Mar 30 06:29:11 2012 +0700 |
tree | 133e61f62e6213361713b8ff9b1690afb9daded2 | |
parent | dba9437218a5d8bedb75464b943e8f920d220a25 [diff] [blame] |
Multi database setup
diff --git a/.travis.yml b/.travis.yml index c6a4b5e..84029b9 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -17,7 +17,7 @@ - sh -c "if [ '$DB' = 'pgsql' ]; then psql -c 'create database ci_test;' -U postgres; fi" - sh -c "if [ '$DB' = 'mysql' ]; then mysql -e 'create database IF NOT EXISTS ci_test;'; fi" -script: phpunit --configuration tests/phpunit.xml +script: phpunit --configuration tests/travis/$DB.phpunit.xml branches: only: