Change DOCKER_REPO value and add test runner

This commit is contained in:
NLKNguyen 2016-09-08 23:57:46 -07:00
parent 1a7e98beaf
commit 84110dbef4
2 changed files with 3 additions and 2 deletions

View File

@ -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)

View File

@ -24,7 +24,8 @@ COPY . .
# Build # Build
RUN cabal install RUN cabal install
# TODO: run tests # Test
RUN cabal test
# # ------------------------------------------------------------ # # ------------------------------------------------------------
# # Set PATH # # Set PATH