2022-06-16 16:25:00 +00:00
|
|
|
dist: focal
|
2018-11-13 05:48:02 +00:00
|
|
|
|
2018-07-12 11:36:29 +00:00
|
|
|
git:
|
|
|
|
depth: 5
|
|
|
|
|
2019-07-21 14:40:05 +00:00
|
|
|
matrix:
|
|
|
|
include:
|
|
|
|
- env:
|
|
|
|
- task=shellcheck
|
|
|
|
language: node_js
|
|
|
|
node_js:
|
2022-06-16 17:46:35 +00:00
|
|
|
- "18"
|
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 .
|