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

Rewrite install script for travis #135

Open
noha opened this issue Jun 25, 2019 · 1 comment
Open

Rewrite install script for travis #135

noha opened this issue Jun 25, 2019 · 1 comment

Comments

@noha
Copy link
Collaborator

noha commented Jun 25, 2019

It seems that matrix builds in travis can not have a configurable before_install section. The current install does a mongo installation by default. If arango DB comes into play we need something else. Best approach so far would be to unite the DB install scripts that reacts on env variables to install one or the other database.

@gcotelli
Copy link

We have to do something similar to what are you proposing to test several database backends: https://github.com/ba-st/Sagan/blob/release-candidate/.travis.yml . It's not the most beautiful thing but just works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants