One more tiem

This commit is contained in:
Timothy Warren 2012-04-12 14:17:32 -04:00
parent 466d5fc23f
commit 9080946f27
1 changed files with 3 additions and 1 deletions

View File

@ -9,6 +9,8 @@ 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"
- sh -c "cd ./sys/db/"
- sh -c "git submodule init"
- sh -c "cd ../../"
script: php ./tests/index.php