From 466d5fc23f80f4c4b55ff7a4c8388bd67c7667af Mon Sep 17 00:00:00 2001 From: Timothy Warren Date: Thu, 12 Apr 2012 14:14:45 -0400 Subject: [PATCH] Will it work now? --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index f7735a4..4369c89 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 \ No newline at end of file