Skip to content

Commit

Permalink
travis: only build when tag is set
Browse files Browse the repository at this point in the history
  • Loading branch information
ottosuess committed Jan 21, 2019
1 parent 9bb0bd3 commit 8eab376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ install:
- go get -t -v ./...
script:
- go test -v ./...
- ./build.sh
- if [ -n "$TRAVIS_TAG" ]; then ./build.sh; fi

deploy:
provider: releases
Expand Down

0 comments on commit 8eab376

Please sign in to comment.