Skip to content

Commit 6f5c93c

Browse files
committed
Execute tests in CI
1 parent f8a7531 commit 6f5c93c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ notifications:
2323

2424
script:
2525
- go build .
26+
- go test ./...
2627
- export TAG=`if [[ $TRAVIS_PULL_REQUEST == "false" ]] && [[ $TRAVIS_BRANCH == "master" ]]; then echo "latest"; else echo "${TRAVIS_PULL_REQUEST_BRANCH:-${TRAVIS_BRANCH}}"; fi`
2728
- echo "docker tag $TAG"
2829
- docker build -t $REPO:$TAG -f Dockerfile .

0 commit comments

Comments
 (0)