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 aliases and simplify installing php extensions #1

Merged
merged 1 commit into from
Apr 26, 2018
Merged

Use aliases and simplify installing php extensions #1

merged 1 commit into from
Apr 26, 2018

Conversation

michalbundyra
Copy link

If we use language: none php and composer are installed there anyway, so I think it's better to use travis php images, then we have clearer build lists - and then we are using just $TRAVIS_PHP_VERSION.

We don't need MONGO_DRIVER variable in travis, as all should be configured in docker (we need some customization between different PHP versions).

We don't need another XDEBUG variable in travis, we need xdebug only to generate coverage.

We can use aliases, but these were not available by default, and we need to use: shopt -s expand_aliases.

Installation php modules could be simplified just to use docker-php-ext-enable.

@TomHAnderson TomHAnderson merged commit 3a2ce6b into TomHAnderson:feature/docker-for-testing Apr 26, 2018
@michalbundyra michalbundyra deleted the feature/docker-for-testing branch April 26, 2018 15:36
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.

2 participants