From 3f2e505c6f9d869e4bfccc3453aa89d4b19e3bcb Mon Sep 17 00:00:00 2001 From: Justin Rainbow Date: Thu, 26 Jul 2012 18:41:21 -0700 Subject: [PATCH] That's an if fail... --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8b698e4..f36cc4d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,5 +10,5 @@ before_script: # Traits are a no-no for PHP 5.3 - so don't run code coverage reports script: - - if [[ "$TRAVIS_PHP_VERSION" == "5.3" ]]; then phpunit -c phpunit.xml.dist - - if [[ "$TRAVIS_PHP_VERSION" == "5.4" ]]; then phpunit -c phpunit.xml.dist --coverage-text \ No newline at end of file + - if [[ "$TRAVIS_PHP_VERSION" == "5.3" ]]; then phpunit -c phpunit.xml.dist; fi + - if [[ "$TRAVIS_PHP_VERSION" == "5.4" ]]; then phpunit -c phpunit.xml.dist --coverage-text; fi \ No newline at end of file