Remove mysql and pgsql from travis config
This commit is contained in:
parent
6f4b1871f8
commit
b580935ce6
14
.travis.yml
14
.travis.yml
@ -5,13 +5,13 @@ phps:
|
||||
- 5.3
|
||||
- 5.4
|
||||
|
||||
env:
|
||||
- DB=mysql
|
||||
- DB=pgsql
|
||||
- DB=sqlite
|
||||
#env:
|
||||
# - DB=mysql
|
||||
# - DB=pgsql
|
||||
# - DB=sqlite
|
||||
|
||||
before_script:
|
||||
- mysql -e 'CREATE DATABASE test;'
|
||||
- psql -c 'CREATE DATABASE test;' -U postgres
|
||||
#before_script:
|
||||
# - 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