From 9080946f2732054aea7e415424d35ae86274cf60 Mon Sep 17 00:00:00 2001 From: Timothy Warren Date: Thu, 12 Apr 2012 14:17:32 -0400 Subject: [PATCH] One more tiem --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4369c89..b3c0640 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 \ No newline at end of file