mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-07 16:59:07 +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)
|
||||
|
||||
|
@@ -24,7 +24,8 @@ COPY . .
|
||||
# Build
|
||||
RUN cabal install
|
||||
|
||||
# TODO: run tests
|
||||
# Test
|
||||
RUN cabal test
|
||||
|
||||
# # ------------------------------------------------------------
|
||||
# # Set PATH
|
||||
|
Reference in New Issue
Block a user