Change DOCKER_REPO value and add test runner
This commit is contained in:
parent
1a7e98beaf
commit
84110dbef4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue