From b8e03ce1165dcc94972983e4dacc78367ebf4117 Mon Sep 17 00:00:00 2001 From: micmania1 Date: Thu, 10 Oct 2013 00:18:37 +0100 Subject: [PATCH] travis fixes --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 41a68a4..164d50e 100755 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ before_script: - phpenv rehash - git clone git://github.com/silverstripe-labs/silverstripe-travis-support.git ~/travis-support - php ~/travis-support/travis_setup.php --source `pwd` --target ~/builds/ss - - cd ~/builds/ss + - cd ~/builds/ss script: - phpunit silverstripe-blog/tests/ \ No newline at end of file