[CI] Test Docker build on Travis CI

This commit is contained in:
Peter Dave Hello 2019-07-21 22:48:53 +08:00
parent 1d06f7e046
commit ad205a75c5

View file

@ -15,3 +15,10 @@ matrix:
- .npx - .npx
script: script:
- npx --cache .npx dockerfile_lint - npx --cache .npx dockerfile_lint
- env:
- task=Docker build
language: minimal
services:
- docker
script:
- docker build -t tor-socks-proxy:$TRAVIS_COMMIT .