Remove unneeded env section
This commit is contained in:
parent
554d666430
commit
7800d58cd3
@ -5,11 +5,6 @@ phps:
|
|||||||
- 5.3
|
- 5.3
|
||||||
- 5.4
|
- 5.4
|
||||||
|
|
||||||
#env:
|
|
||||||
# - DB=mysql
|
|
||||||
# - DB=pgsql
|
|
||||||
# - DB=sqlite
|
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- sh -c "psql -c 'DROP DATABASE IF EXISTS test;' -U postgres"
|
- sh -c "psql -c 'DROP DATABASE IF EXISTS test;' -U postgres"
|
||||||
- sh -c "psql -c 'create database test;' -U postgres"
|
- sh -c "psql -c 'create database test;' -U postgres"
|
||||||
|
Loading…
Reference in New Issue
Block a user