aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 1a1925f..8763a71 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,3 +6,5 @@ before_install:
6 - go get github.com/mattn/goveralls 6 - go get github.com/mattn/goveralls
7script: 7script:
8 - $HOME/gopath/bin/goveralls -service=travis-ci 8 - $HOME/gopath/bin/goveralls -service=travis-ci
9after_success:
10 - test -n "$TRAVIS_TAG" && curl -sL https://git.io/goreleaser | bash