From efb44978a2c76b008aefb09f7364c82c4ed1f532 Mon Sep 17 00:00:00 2001 From: Patrick Henninger Date: Wed, 9 Jan 2019 12:22:05 +0100 Subject: [PATCH] Revert "Adjusted travis.yml" This reverts commit cf7cdd01c6c427022494f5e8ff9dd3b63d7ddd0b. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 02b5573..11cd18f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,8 +18,8 @@ before_script: script: - vendor/bin/phpunit --coverage-clover=coverage.xml -# Submit coverage report to https://codecov.io after_success: +# Submit coverage report to https://codecov.io - bash <(curl -s https://codecov.io/bash) # Monitor only these branches