Skip to content

Commit

Permalink
- still -d
Browse files Browse the repository at this point in the history
  • Loading branch information
Iger authored and Iger committed Dec 3, 2017
1 parent 8454cf1 commit a014567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -21,7 +21,7 @@ jdk:
before_install:
- pip install --user codecov
- docker build -t sshj/test-sshd ./src/test/resources/
- docker run -p 127.0.0.1:2222:22 sshj/test-sshd
- docker run -d -p 127.0.0.1:2222:22 sshj/test-sshd

after_success:
- codecov

0 comments on commit a014567

Please sign in to comment.