Remove unneeded env section

This commit is contained in:
Timothy Warren 2012-03-22 21:27:12 -04:00
parent 554d666430
commit 7800d58cd3
1 changed files with 0 additions and 5 deletions

View File

@ -5,11 +5,6 @@ phps:
- 5.3
- 5.4
#env:
# - DB=mysql
# - DB=pgsql
# - DB=sqlite
before_script:
- sh -c "psql -c 'DROP DATABASE IF EXISTS test;' -U postgres"
- sh -c "psql -c 'create database test;' -U postgres"