From b56f545063d82fff26cf6c8d26b73a828793e4f3 Mon Sep 17 00:00:00 2001 From: Sam Minnee Date: Fri, 14 Feb 2014 17:47:37 +1300 Subject: [PATCH] Revert "Ensure the simple theme is added; needed for test" This reverts commit 8fade9e897f17ad07ba9cf2419d779df9e9a9a27. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index cffa7f8..d666823 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,8 +15,8 @@ matrix: before_script: - git clone git://github.com/silverstripe-labs/silverstripe-travis-support.git ~/travis-support - - php ~/travis-support/travis_setup.php --source `pwd` --target ~/builds/ss --require silverstripe-themes/simple + - php ~/travis-support/travis_setup.php --source `pwd` --target ~/builds/ss - cd ~/builds/ss script: - - phpunit userforms/tests/ + - phpunit userforms/tests/ \ No newline at end of file