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

Hotfix - Travis CI configuration - removed double coverage run #269

Merged
merged 2 commits into from
Sep 13, 2017
Merged

Hotfix - Travis CI configuration - removed double coverage run #269

merged 2 commits into from
Sep 13, 2017

Conversation

michalbundyra
Copy link
Member

Removed double test coverage run - run it once only on PHP 7.
Simplified condition to remove xdebug when not running tests with coverage.

Previously it runs on PHP 5.6 and PHP 7.2 (probably by mistake)
- travis_retry composer self-update
- if [[ $TEST_COVERAGE != 'true' && "$(php --version | grep xdebug -ci)" -ge 1 ]]; then phpenv config-rm xdebug.ini ; fi
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The check to see if xdebug is present should still occur, as we cannot be certain php 7.2 works with it yet.

I'll do that during merge, however.

@weierophinney weierophinney merged commit 85b3131 into zendframework:master Sep 13, 2017
weierophinney added a commit that referenced this pull request Sep 13, 2017
Hotfix - Travis CI configuration - removed double coverage run
weierophinney added a commit that referenced this pull request Sep 13, 2017
weierophinney added a commit that referenced this pull request Sep 13, 2017
@weierophinney
Copy link
Member

Thanks, @webimpress

@michalbundyra michalbundyra deleted the hotfix/travis-ci branch September 13, 2017 14:33
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants