Skip to content

Commit

Permalink
#178 changed puzzle
Browse files Browse the repository at this point in the history
  • Loading branch information
amihaiemil committed Dec 4, 2018
1 parent 778ff9b commit 37c1c7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/java/com/amihaiemil/docker/RemoteDocker.java
Expand Up @@ -37,9 +37,9 @@
* @version $Id$
* @since 0.0.1
* @checkstyle ParameterNumber (150 lines)
* @todo #68:30min Implement integration tests for RemoteDocker. We have to
* figure out how to create a remote Docker host and connect to it from Travis.
* Also, it will probably have to be paid (some machine on AWS or DO?).
* @todo #178:30min Based on the input from
* https://github.com/amihaiemil/docker-java-api/issues/178#issuecomment-444029856
* we should setup a "remote" Docker instance in Travis, for Integration testing.
*/
public final class RemoteDocker extends RtDocker {

Expand Down

0 comments on commit 37c1c7b

Please sign in to comment.