From 2aee953f3c88e77cc960687789e0fe363bc2e1c3 Mon Sep 17 00:00:00 2001 From: Don Koopa Date: Tue, 13 Sep 2016 21:30:21 +0200 Subject: [PATCH] Move Coverage reporting to latest env Requiring php-coveralls results in a full update of all dependencies instead of composer installing the versions mentioned in the composer.lock --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5a969711..b580f4eb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,12 +31,12 @@ matrix: - php: 5.6 env: - DEPS=locked - - TEST_COVERAGE=true - DEPLOY_DOCS="$(if [[ $TRAVIS_BRANCH == 'master' && $TRAVIS_PULL_REQUEST == 'false' ]]; then echo -n 'true' ; else echo -n 'false' ; fi)" - PATH="$HOME/.local/bin:$PATH" - php: 5.6 env: - DEPS=latest + - TEST_COVERAGE=true - php: 7 env: - DEPS=lowest