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

Commit 2d45de0

Browse files
committed
Merge pull request #200 from Koopzington/move-coverage
Move Coverage reporting to latest env
2 parents e58923b + 474b1ad commit 2d45de0

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
@@ -30,12 +30,12 @@ matrix:
3030
- php: 5.6
3131
env:
3232
- DEPS=locked
33-
- TEST_COVERAGE=true
3433
- DEPLOY_DOCS="$(if [[ $TRAVIS_BRANCH == 'master' && $TRAVIS_PULL_REQUEST == 'false' ]]; then echo -n 'true' ; else echo -n 'false' ; fi)"
3534
- PATH="$HOME/.local/bin:$PATH"
3635
- php: 5.6
3736
env:
3837
- DEPS=latest
38+
- TEST_COVERAGE=true
3939
- php: 7
4040
env:
4141
- DEPS=lowest

0 commit comments

Comments
 (0)