Skip to content

Commit

Permalink
Change DOCKER_REPO value and add test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
NLKNguyen committed Sep 9, 2016
1 parent 1a7e98b commit 84110db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile_builder
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ COPY . .
# Build
RUN cabal install

# TODO: run tests
# Test
RUN cabal test

# # ------------------------------------------------------------
# # Set PATH
Expand Down

0 comments on commit 84110db

Please sign in to comment.