This repository was archived by the owner on Jan 29, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 53
Travis: PHP-7 is no longer allowed to fail #74
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Ok I just noticed that there is no release of the php memcached extension. There is only a not ready branch https://github.com/php-memcached-dev/php-memcached/tree/php7 but with a lot of test errors:
It's kind of annoying that travis ships with that by default which makes it very difficult for us :( |
@marc-mabe can we just disable those tests when the combo is PHP 7 + memcached, or would that be too risky? At least we'd be able to test php7 support for all other adapters... |
there is no memcached extension available for PHP-7 the version provided by travis is not yet ready and buggy
@Ocramius the memcached adapter is disabled now on PHP-7 by explicit To make that work I also changed the is-enabled-check for all adapters to be consistent:
|
weierophinney
added a commit
that referenced
this pull request
May 12, 2016
Travis: PHP-7 is no longer allowed to fail
weierophinney
added a commit
that referenced
this pull request
May 12, 2016
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
But something with the Memcached adapter seems to be wrong: