mirror of
https://github.com/hierynomus/sshj.git
synced 2025-12-06 15:20:54 +03:00
Removed docker from travis yml as it is included in gradle build now
This commit is contained in:
@@ -21,8 +21,6 @@ jdk:
|
|||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- pip install --user codecov
|
- 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:
|
after_success:
|
||||||
- codecov
|
- codecov
|
||||||
|
|||||||
Reference in New Issue
Block a user