tor-socks-proxy/.travis.yml
2020-05-21 23:42:05 +08:00

25 lines
418 B
YAML

dist: bionic
git:
depth: 5
matrix:
include:
- env:
- task=shellcheck
language: node_js
node_js:
- "12"
cache:
directories:
- .npx
script:
- npx --cache .npx dockerfile_lint
- env:
- task=Docker build
language: minimal
services:
- docker
script:
- docker build -t tor-socks-proxy:$TRAVIS_COMMIT .