Fix yml file
This commit is contained in:
parent
e4dc03b503
commit
6f4b1871f8
16
.travis.yml
16
.travis.yml
@ -1,17 +1,17 @@
|
||||
language: php
|
||||
|
||||
phps:
|
||||
- 5.2
|
||||
- 5.3
|
||||
- 5.4
|
||||
- 5.2
|
||||
- 5.3
|
||||
- 5.4
|
||||
|
||||
env:
|
||||
- DB=mysql
|
||||
- DB=pgsql
|
||||
- DB=sqlite
|
||||
- DB=mysql
|
||||
- DB=pgsql
|
||||
- DB=sqlite
|
||||
|
||||
before_script:
|
||||
- mysql -e 'CREATE DATABASE test;'
|
||||
- psql -c 'CREATE DATABASE test;' -U postgres
|
||||
- mysql -e 'CREATE DATABASE test;'
|
||||
- psql -c 'CREATE DATABASE test;' -U postgres
|
||||
|
||||
script: php ./tests/index.php
|
Loading…
Reference in New Issue
Block a user