-
Notifications
You must be signed in to change notification settings - Fork 33
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
Dockerized + Testing with TravisCI #14
Conversation
@centsent I used the golang:alpine image, which is the same like using alpine and then installing go. Size and time spent was also the same - is this ok for you? |
I decided against the travis go environment and switched back using docker-compose in Travis because we would have to manage/define a mongodb service in multiple files. The pro argument would be, that we could test multiple versions of go for each test run. But lets start easy.. If anything is missing please reopen this or start a new PR :) Thanks! |
One more note: with support of custom DialInfo as config attribute, I renamed |
Well done, it's ok for me. |
@centsent I doubled the PR because it was easier to append my changes - we have to get this done ;)