-
Notifications
You must be signed in to change notification settings - Fork 2
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
Travis updates #236
Travis updates #236
Conversation
sampart
commented
Aug 8, 2017
- Remove HHVM from Travis build (fixes Build failing on Travis #232)
- Switch to Trusty (14.04) on Travis but keep 5.3 on Precise (12.04)
- Test dev against PHP 5.6; 5.5 is EOL
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
# older releases | ||
- php: 5.5 | ||
env: SOLARIUM_VERSION=2.* DOCTRINE_ORM_VERSION=2.3.* | ||
# dev versions | ||
- php: 5.5 | ||
- php: 5.6 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would even test against 7.1 instead.
php: | ||
- 5.3 | ||
- 5.4 | ||
- 5.5 | ||
- 5.6 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
7.0 and 7.1 should be added
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the comment. I've raised #237 for this, as unfortunately it looks like some additional work will be required to add them in.
What about adding travis cache for faster builds? |
It similar, but requires some changes
|
Well, feel free to make a PR for the change if you'd like! 😉 |