improve the Travis CI configuration#81
Merged
Merged
Conversation
75e051d to
228b312
Compare
Contributor
Author
There was a problem hiding this comment.
Loading Xdebug when not needed only slows down tests (HHVM doesn't provide the Xdebug extension).
Contributor
Author
There was a problem hiding this comment.
Newer versions of the Routing component can optionally use the ExpressionLanguage component for more advanced conditions. However, as that feature is optional the ExpressionLanguage component is not installed when executing the tests and PHPUnit's mock library fails to mock methods where one of the arguments' type hint refers to a non-existing class or interface.
* use the faster container based infrastructure * preserve the Composer cache between builds * add jobs for PHP 5.5, 5.6, 7.0 and HHVM * drop jobs for unsupported Symfony versions (the bundle actually requires version 2.3 or higher of the FrameworkBundle) * drop job with Symfony 2.4 which reached its end of life a long time ago * add a job with Symfony 2.7 * reduce the size of the build matrix by running tests with different Symfony versions only with PHP 5.6 * don't generate code coverage report in every job * allow PHPUnit 5 (PHPUnit 4 doesn't support all features of PHP 7) * use the required PHPUnit to execute tests
suncat2000
added a commit
that referenced
this pull request
Jan 19, 2016
improve the Travis CI configuration
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
requires version 2.3 or higher of the FrameworkBundle)
ago
Symfony versions only with PHP 5.6