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