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: