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

Commit

Permalink
Move Coverage reporting to latest env
Browse files Browse the repository at this point in the history
Requiring php-coveralls results in a full update of all dependencies instead of composer installing the versions mentioned in the composer.lock
  • Loading branch information
Koopzington authored Sep 13, 2016
1 parent d93aaa2 commit d5ff193
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 @@ -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:
Expand Down

0 comments on commit d5ff193

Please sign in to comment.