From d520246d3296a016a8a8d26bbc32e1aa21c8c152 Mon Sep 17 00:00:00 2001 From: Adrien Crivelli Date: Sun, 28 Jan 2018 16:28:26 +0900 Subject: [PATCH] Allow to install PHP-CS-Fixer with incompatible PHP because it will not be run --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ae5f5a09..f4bf5143 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,7 @@ cache: before_script: # Deactivate xdebug if we don't do code coverage - if [ -z "$COVERAGE" ]; then rm -rfv /home/travis/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini ; fi - - composer install + - composer install --ignore-platform-reqs script: # PHP_CodeSniffer