tor-socks-proxy/.travis.yml

25 lines
418 B
YAML
Raw Normal View History

dist: bionic
git:
depth: 5
2019-07-21 14:40:05 +00:00
matrix:
include:
- env:
- task=shellcheck
language: node_js
node_js:
- "12"
2019-07-21 14:40:05 +00:00
cache:
directories:
- .npx
script:
- npx --cache .npx dockerfile_lint
2019-07-21 14:48:53 +00:00
- env:
- task=Docker build
language: minimal
services:
- docker
script:
- docker build -t tor-socks-proxy:$TRAVIS_COMMIT .