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

Continuous Integration with Travis #4

Open
1 task
dckc opened this issue Nov 23, 2015 · 3 comments
Open
1 task

Continuous Integration with Travis #4

dckc opened this issue Nov 23, 2015 · 3 comments

Comments

@dckc
Copy link
Member

dckc commented Nov 23, 2015

Let's set up a travis build on each commit.

  • How to deal with babel database access credentials?
@dckc
Copy link
Member Author

dckc commented Nov 24, 2015

looks like Encryption keys should work; Travis CI does public key encryption.

@dckc
Copy link
Member Author

dckc commented Nov 24, 2015

Well, encryption keys would work for the database account password, but it won't address the fact that we only accept connections from localhost. Hmm.

@dckc
Copy link
Member Author

dckc commented Nov 24, 2015

It works!

I figured out how to get an SSL encrypted connection going from travis to babel.

After a few tries, it seems to work.

636a864

build #5

Thanks for the help, @bokov

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

1 participant