Remove mysql and pgsql from travis config

This commit is contained in:
Timothy Warren 2012-03-22 15:39:22 -04:00
parent 6f4b1871f8
commit b580935ce6
1 changed files with 7 additions and 7 deletions

View File

@ -5,13 +5,13 @@ phps:
- 5.3 - 5.3
- 5.4 - 5.4
env: #env:
- DB=mysql # - DB=mysql
- DB=pgsql # - DB=pgsql
- DB=sqlite # - DB=sqlite
before_script: #before_script:
- mysql -e 'CREATE DATABASE test;' # - mysql -e 'CREATE DATABASE test;'
- psql -c 'CREATE DATABASE test;' -U postgres # - psql -c 'CREATE DATABASE test;' -U postgres
script: php ./tests/index.php script: php ./tests/index.php