Skip to content

Lock Travis distro so new defaults will not break the build #96

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

Merged
merged 3 commits into from
Aug 7, 2017

Conversation

clue
Copy link
Member

@clue clue commented Aug 7, 2017

Travis is in the process of upgrading the base distro (https://blog.travis-ci.com/2017-07-11-trusty-as-default-linux-is-coming) and despite all PRs currently being "green", may start to mark the current master as broken. Unlike reactphp/stream#110 this project is not affected by Travis dropping support for older versions of PHP.

Originally from clue/reactphp-connection-manager-extra#24

matrix:
allow_failures:
- php: hhvm
- php: nightly
Copy link
Member

Choose a reason for hiding this comment

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

What's the reason for allowing failures for hhvm and nightly now?

Copy link
Member Author

@clue clue Aug 7, 2017

Choose a reason for hiding this comment

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

The short version is that HHVM builds on Travis repeatedly broke in the past and needed updates despite otherwise working perfectly fine and nightly builds can't really be guaranteed in the future as they have the potential of breaking once PHP 8 or PHP 9 is out.

Also, this is now in line with all other components 👍

See also reactphp/http-client#105, reactphp/socket#109 and reactphp/dns#56

@WyriHaximus WyriHaximus merged commit 19f9901 into reactphp:master Aug 7, 2017
@clue clue deleted the travis branch April 23, 2018 18:18
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