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