From 5a000b7f4c3f830ad3e7c20c1d6fbad9a4c61d11 Mon Sep 17 00:00:00 2001 From: Patrick Henninger Date: Wed, 9 Jan 2019 12:21:52 +0100 Subject: [PATCH] Revert "Adjust travis.yml" This reverts commit f80bcc0b6f06e86fce6c1759505fc4a9dae68add. --- .travis.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index fd1b4c0..7e4cc57 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,13 +6,14 @@ php: before_script: - composer self-update - - composer install --prefer-source --no-interaction + - composer update --prefer-source --no-interaction + script: - vendor/bin/phpunit --coverage-clover=coverage.xml -after_success: # Submit coverage report to https://codecov.io +after_success: - bash <(curl -s https://codecov.io/bash) # Monitor only these branches @@ -23,4 +24,4 @@ branches: # You can delete the cache using travis-ci web interface cache: directories: -- $HOME/.composer/cache \ No newline at end of file + - $HOME/.composer/cache \ No newline at end of file