diff --git a/.travis.yml b/.travis.yml index 1269718..f5129de 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,11 @@ language: php sudo: false +env: + global: + - COMPOSER_ALLOW_XDEBUG=0 + - COMPOSER_DISCARD_CHANGES=true + matrix: include: - php: 7.0 @@ -12,7 +17,7 @@ cache: - $HOME/.composer/cache install: - - travis_retry composer install --no-interaction --prefer-dist --no-suggest + - travis_retry composer update --no-interaction --prefer-dist --no-suggest script: - vendor/bin/phpunit --coverage-clover build/logs/clover.xml @@ -23,4 +28,4 @@ after_success: notifications: email: on_success: never - on_failure: change \ No newline at end of file + on_failure: change