From ed28cbdcb70e639fcb602cba5a9588e876ae1161 Mon Sep 17 00:00:00 2001 From: Rob Frawley 2nd Date: Sun, 18 Feb 2018 04:01:48 -0500 Subject: [PATCH] cleanup double newlines in .travis.yml and reorder global env vars --- .travis.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index f48153ea9..41dafa871 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,15 +7,14 @@ cache: directories: - $HOME/.composer/cache - env: global: - SYMFONY_DEPRECATIONS_HELPER="weak_vendors" - - COVERALLS_ENABLED="false" - PHPUNIT_FLAGS="-v" - PHPUNIT_ENABLED="true" - PHPCSFIXER_ENABLED="false" + - COVERALLS_ENABLED="false" matrix: @@ -84,13 +83,11 @@ before_install: travis_retry composer require --dev satooshi/php-coveralls:^2.0@dev --no-update $COMPOSER_FLAGS; fi - install: - travis_retry composer update --prefer-dist --no-interaction --no-suggest --no-progress --ansi $COMPOSER_FLAGS $COMPOSER_UPDATE_FLAGS - ./vendor/bin/simple-phpunit install - script: - if [[ "$PHPUNIT_ENABLED" == "true" ]]; then @@ -100,7 +97,6 @@ script: vendor/bin/php-cs-fixer --dry-run --diff -vvv fix; fi - after_success: - if [[ "$PHPUNIT_ENABLED" == "true" && "$COVERALLS_ENABLED" == "true" ]]; then