This commit is contained in:
Amin Vakil 2020-06-18 18:10:10 +04:30
parent 8cba0ff1ee
commit 11a150c1db
No known key found for this signature in database
GPG key ID: 1EFC1864E9D9E56B

View file

@ -20,7 +20,7 @@ install:
- docker build
--no-cache
--tag ${TRAVIS_REPO_SLUG}:reusessl
- f Dockerfile_reusessl
-f Dockerfile_reusessl
script:
- DOCKERCONTAINER=$(docker run -d -p 127.0.0.1:${CLIENT_PORT}:21 -e ADDRESS=ftp.example.com ${TRAVIS_REPO_SLUG}:${TRAVIS_COMMIT})
- sleep 5