-
-
Notifications
You must be signed in to change notification settings - Fork 51
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
Defining environment variables in .travis.yml #20
Comments
This is a good suggestion indeed. The only reason I did not implement this yet, because it involves creating a matrix (which has to be tested really good). I am thinking one of the next steps we need to take is to write tests, because things are getting interesting :) |
Yes I was thinking in terms of testing as well. Definetely the next step, even before implementing the services part. |
Soon you can just start your own Travis-like SaaS, just better. Trevor CI ;) |
Haha, I should! |
Sure, why not :) |
👍 |
As documented here.
I would start simple and implement the basics first.
This will run the following containers
FOO=foo BAR=bar
FOO=bar BAR=foo
FOO=foo BAR=bar
FOO=bar BAR=foo
Later on, things like the matrix can be implemented.
The text was updated successfully, but these errors were encountered: