1
0
Fork 0

Fix sub-module issues

Dieser Commit ist enthalten in:
Timothy Warren 2012-04-12 14:20:35 -04:00
Ursprung 9080946f27
Commit 40399d4e56
1 geänderte Dateien mit 5 neuen und 3 gelöschten Zeilen

Datei anzeigen

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