mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-16 10:03:08 -07:00
Change DOCKER_REPO value and add test runner
This commit is contained in:
parent
1a7e98beaf
commit
84110dbef4
2 changed files with 3 additions and 2 deletions
|
@ -6,7 +6,7 @@ services:
|
||||||
- docker
|
- docker
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- export DOCKER_REPO=nlknguyen/shellcheck
|
- export DOCKER_REPO=koalaman/shellcheck
|
||||||
- |-
|
- |-
|
||||||
export TAG=$([ "$TRAVIS_BRANCH" == "master" ] && echo "latest" || echo $TRAVIS_BRANCH)
|
export TAG=$([ "$TRAVIS_BRANCH" == "master" ] && echo "latest" || echo $TRAVIS_BRANCH)
|
||||||
|
|
||||||
|
|
|
@ -24,7 +24,8 @@ COPY . .
|
||||||
# Build
|
# Build
|
||||||
RUN cabal install
|
RUN cabal install
|
||||||
|
|
||||||
# TODO: run tests
|
# Test
|
||||||
|
RUN cabal test
|
||||||
|
|
||||||
# # ------------------------------------------------------------
|
# # ------------------------------------------------------------
|
||||||
# # Set PATH
|
# # Set PATH
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue