From 70b393a2a3ae07061006dc6a6c8926923a1bc066 Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Mon, 26 Nov 2018 16:41:42 +0100 Subject: [PATCH] Remove custom stuff for 7.2 --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index eb44392..c412795 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,14 +41,12 @@ before_install: # see: https://blog.travis-ci.com/upcoming_ubuntu_11_10_migration/ - if [[ $TRAVIS_PHP_VERSION = 5.3.3 ]]; then composer config -g -- disable-tls true; fi; - if [[ $TRAVIS_PHP_VERSION = 5.3.3 ]]; then composer config -g -- secure-http false; fi; - # no version compatible with PHP > 7.1 - - if [[ $TRAVIS_PHP_VERSION = 7.2.* ]]; then composer remove friendsofphp/php-cs-fixer; fi; install: - composer self-update before_script: - - composer install --prefer-dist --no-interaction + - composer install -o --prefer-dist --no-interaction script: - mkdir -p build/logs