mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-10 02:33:56 +08:00
Change DOCKER_REPO value and add test runner
This commit is contained in:
@@ -6,7 +6,7 @@ services:
|
||||
- docker
|
||||
|
||||
before_install:
|
||||
- export DOCKER_REPO=nlknguyen/shellcheck
|
||||
- export DOCKER_REPO=koalaman/shellcheck
|
||||
- |-
|
||||
export TAG=$([ "$TRAVIS_BRANCH" == "master" ] && echo "latest" || echo $TRAVIS_BRANCH)
|
||||
|
||||
|
Reference in New Issue
Block a user