From ec3222ca64a0160890a88cda96eefc0a4168629a Mon Sep 17 00:00:00 2001 From: mark_story Date: Fri, 23 May 2014 14:00:29 -0400 Subject: [PATCH] Allow the PHPCS to fail. --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 8a2335a5c..54cbb60f1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,11 +16,16 @@ services: - memcached matrix: + allow_failures: + - php: 5.4 + env: + - PHPCS=1 include: - php: 5.4 env: - PHPCS=1 + before_script: - sh -c "if [ '$TRAVIS_PHP_VERSION' != '5.2' ]; then composer global require 'phpunit/phpunit=3.7.33'; fi" - sh -c "if [ '$TRAVIS_PHP_VERSION' != '5.2' ]; then ln -s ~/.composer/vendor/phpunit/phpunit/PHPUnit ./vendors/PHPUnit; fi"