Browse Source
travis: only build when tag is set
make_cert_optional
Otto Suess
6 years ago
No known key found for this signature in database
GPG Key ID: F7EFC44C2C240A11
1 changed files with
1 additions and
1 deletions
-
.travis.yml
|
@ -5,7 +5,7 @@ install: |
|
|
- go get -t -v ./... |
|
|
- go get -t -v ./... |
|
|
script: |
|
|
script: |
|
|
- go test -v ./... |
|
|
- go test -v ./... |
|
|
- ./build.sh |
|
|
- if [ -n "$TRAVIS_TAG" ]; then ./build.sh; fi |
|
|
|
|
|
|
|
|
deploy: |
|
|
deploy: |
|
|
provider: releases |
|
|
provider: releases |
|
|