From d5ff19364a58f402eff3643b57d7581906e707d1 Mon Sep 17 00:00:00 2001 From: Don Koopa Date: Tue, 13 Sep 2016 21:13:48 +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 169176099..109bd3a03 100644 --- a/.travis.yml +++ b/.travis.yml @@ -67,13 +67,13 @@ matrix: - php: 5.6 env: - DEPS=locked - - TEST_COVERAGE=true - APCU_PECL_VERSION="apcu-4.0.10" - 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 - APCU_PECL_VERSION="apcu-4.0.11" - php: 7 env: