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

Use Matrix Exclude instead of hard-coded matrix #309

Merged

Conversation

danhunsaker
Copy link
Contributor

While the current .travis.yml setup works, and the reasoning makes sense, it's far less readable than the previous configuration. This suggested patch presents an alternative approach to the same result, which uses the matrix->exclude array to filter out invalid tests, instead of hard-coding every valid combination as the current file does. This seems more readable, at least to me.

While the current .travis.yml setup works, and the reasoning makes sense, it's far less readable than the previous configuration.  This suggested patch presents an alternative approach to the same result, which uses the matrix->exclude array to filter out invalid tests, instead of hard-coding every valid combination as the current file does.  This seems more readable, at least to me.
@chrisboulton
Copy link
Owner

Interesting - thanks.

Ignoring the failing build right now because that's my stupid with HHVM and the exceptions change I merged a few hours earlier, I'll address that.

@chrisboulton chrisboulton merged commit 5246a84 into chrisboulton:master Oct 15, 2016
@danhunsaker danhunsaker deleted the suggest/matrix-exclude branch February 21, 2017 15:16
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.

None yet

2 participants