Removed docker from travis yml as it is included in gradle build now

This commit is contained in:
Jeroen van Erp
2017-12-28 10:10:46 +01:00
parent 8ca6451d5d
commit 048f84b42a

View File

@@ -21,8 +21,6 @@ jdk:
before_install:
- pip install --user codecov
- docker build -t sshj/test-sshd ./src/test/resources/
- docker run -d -p 127.0.0.1:2222:22 sshj/test-sshd
after_success:
- codecov