-
Notifications
You must be signed in to change notification settings - Fork 2
Fix Build. Add Travis CI support #1
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
Conversation
iMax-pp
commented
Jul 12, 2015
- Fix build
- Update README
- Add Travis CI support (e.g. https://travis-ci.org/iMax-pp/intools-engine)
intools.types.go
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why did you change the interface by the type ? Keeping the interface dockerclient.Client will be more reliable to mock Docker for unit tests
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It might be a problem with the dockerclient dependency, but on my machine I have the following error, when using dockerclient.Client:
dockerclient.DockerClient does not implement dockerclient.Client (ContainerChanges method has pointer receiver)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well done !
|
Issue opened on dockerclient repo: samalba/dockerclient#134 |
Fix Build. Add Travis CI support
|
Once the issue is fixed on |
|
yep, issue #2 |