Update travis file

This commit is contained in:
Timothy Warren 2012-03-22 15:21:59 -04:00
parent d6718b5973
commit e4dc03b503
1 changed files with 6 additions and 3 deletions

View File

@ -1,14 +1,17 @@
language: php
php:
phps:
- 5.2
- 5.3
- 5.4
env:
- DB=mysql
- DB=pgsql
- DB=sqlite
before_script:
- mysql -e 'CREATE DATABASE test;'
- psql -c 'CREATE DATABASE test;' -U postgres
script: 'php ./tests/index.php'
script: php ./tests/index.php