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

Commit

Permalink
Merge pull request #113 from Koopzington/move-coverage
Browse files Browse the repository at this point in the history
Move Coverage reporting to latest env
  • Loading branch information
marc-mabe committed Oct 26, 2016
2 parents 53d4eef + d5ff193 commit 0a0e26c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,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:
Expand Down

0 comments on commit 0a0e26c

Please sign in to comment.