1
0
mirror of https://github.com/danog/gojekyll.git synced 2024-11-27 03:24:40 +01:00

Run goreleaser on tag

This commit is contained in:
Oliver Steele 2017-07-12 19:16:27 -04:00
parent 37745e4adf
commit 5d52ab442f

View File

@ -18,3 +18,6 @@ install:
script:
- $HOME/gopath/bin/goveralls -service=travis-ci
- gometalinter --deadline=5m ./...
after_success:
- test -n "$TRAVIS_TAG" && curl -sL https://git.io/goreleaser | bash