Skip to content
This repository was archived by the owner on Apr 28, 2020. It is now read-only.

Commit e02f745

Browse files
authored
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
1 parent c2cac5d commit e02f745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ matrix:
3131
- php: 5.6
3232
env:
3333
- DEPS=locked
34-
- TEST_COVERAGE=true
3534
- DEPLOY_DOCS="$(if [[ $TRAVIS_BRANCH == 'master' && $TRAVIS_PULL_REQUEST == 'false' ]]; then echo -n 'true' ; else echo -n 'false' ; fi)"
3635
- PATH="$HOME/.local/bin:$PATH"
3736
- php: 5.6
3837
env:
3938
- DEPS=latest
39+
- TEST_COVERAGE=true
4040
- php: 7
4141
env:
4242
- DEPS=lowest

0 commit comments

Comments
 (0)