Remove custom stuff for 7.2

pull/41/head
Jeremy Benoist 7 years ago
parent 9ab6d0d9e8
commit 70b393a2a3
No known key found for this signature in database
GPG Key ID: BCA73962457ACC3C
  1. 4
      .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

Loading…
Cancel
Save