Update travis file
This commit is contained in:
parent
d6718b5973
commit
e4dc03b503
@ -1,14 +1,17 @@
|
|||||||
language: php
|
language: php
|
||||||
php:
|
|
||||||
|
phps:
|
||||||
- 5.2
|
- 5.2
|
||||||
- 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
|
Loading…
Reference in New Issue
Block a user