Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch from unreliable to more stable Travis variable. #9

Merged
merged 1 commit into from
Sep 26, 2016

Conversation

kacf
Copy link
Member

@kacf kacf commented Sep 26, 2016

TRAVIS_COMMIT_RANGE seems to have many people complaining about it
online, and we've had cases where it fails to check pull requests
properly. Use TRAVIS_BRANCH and Git FETCH_HEAD instead, which should
be more stable. See the discussion here:
travis-ci/travis-ci#1719

Signed-off-by: Kristian Amlie [email protected]

TRAVIS_COMMIT_RANGE seems to have many people complaining about it
online, and we've had cases where it fails to check pull requests
properly. Use TRAVIS_BRANCH and Git FETCH_HEAD instead, which should
be more stable. See the discussion here:
travis-ci/travis-ci#1719

Signed-off-by: Kristian Amlie <[email protected]>
@maciejmrowiec
Copy link
Contributor

I guess we'll need to roll out dependency update to all repos

@coveralls
Copy link

coveralls commented Sep 26, 2016

Coverage Status

Coverage remained the same at 56.522% when pulling c217b58 on kacf:master into 07c4817 on mendersoftware:master.

@coveralls
Copy link

coveralls commented Sep 26, 2016

Coverage Status

Coverage remained the same at 56.522% when pulling c217b58 on kacf:master into 07c4817 on mendersoftware:master.

@kacf
Copy link
Member Author

kacf commented Sep 26, 2016

I guess we'll need to roll out dependency update to all repos

Yep, I can do that. I will attempt a new pull request with invalid signoff first, just to check.

@kacf kacf merged commit bc995f3 into mendersoftware:master Sep 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants