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

Switch to the container-based infrastructure on Travis #210

Merged
merged 1 commit into from
Jul 22, 2015

Conversation

stof
Copy link
Member

@stof stof commented Jun 26, 2015

This uses the PHP builtin webserver to expose web fixtures rather than installing Apache. This relies on the fact that PHP 5.6 is installed on Travis even on jobs running with a different version, and so can be used for fixtures on all jobs (and we don't care about the PHP version used to run fixtures as we were not using the Travis one before anyway).

If this works fine, I will apply it on other driver repositories needing a webserver to expose fixtures (i.e. all except BrowserKitDriver)

This uses the PHP builtin webserver to expose web fixtures rather than
installing Apache. This relies on the fact that PHP 5.6 is installed on
Travis even on jobs running with a different version, and so can be used
for fixtures on all jobs (and we don't care about the PHP version used
to run fixtures as we were not using the Travis one before anyway).
@stof
Copy link
Member Author

stof commented Jun 27, 2015

Works (for the remaining failure, see #206)

@aik099
Copy link
Member

aik099 commented Jun 27, 2015

OK.

@LionsAd
Copy link

LionsAd commented Jul 22, 2015

This can be re-tested now and should work fine. Clever idea to always use the 5.6 webserver.

stof added a commit that referenced this pull request Jul 22, 2015
Switch to the container-based infrastructure on Travis
@stof stof merged commit 5f00d7d into minkphp:master Jul 22, 2015
@stof stof deleted the avoid_sudo branch July 22, 2015 16:57
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