From 50b4d805cc95c7aa1fe1e19f85d986ab1f015918 Mon Sep 17 00:00:00 2001 From: Sam Minnee Date: Tue, 14 Aug 2012 16:11:37 +1200 Subject: [PATCH] Fixed bugs in Travis CI set-up --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9bbf3752a..cc35f88a0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ php: before_script: - ./tests/travis/before_script ~/builds/ss + - cd ~/builds/ss script: - - phpunit + - phpunit -c phpunit.xml.dist