Will it work now?

This commit is contained in:
Timothy Warren 2012-04-12 14:14:45 -04:00
parent 5331c39060
commit 466d5fc23f
1 changed files with 1 additions and 0 deletions

View File

@ -9,5 +9,6 @@ before_script:
- sh -c "psql -c 'DROP DATABASE IF EXISTS test;' -U postgres"
- sh -c "psql -c 'create database test;' -U postgres"
- sh -c "mysql -e 'create database IF NOT EXISTS test;'"
- sh -c "cd ./sys/db/ && git submodule init"
script: php ./tests/index.php