Browse Source

travis: only build when tag is set

make_cert_optional
Otto Suess 6 years ago
parent
commit
8eab3763cf
No known key found for this signature in database GPG Key ID: F7EFC44C2C240A11
  1. 2
      .travis.yml

2
.travis.yml

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

Loading…
Cancel
Save