aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJames Mills <prologic@shortcircuit.net.au>2018-12-31 23:23:50 +1000
committerJames Mills <prologic@shortcircuit.net.au>2018-12-31 23:24:17 +1000
commit57877cbafa1a62d90f1db81796348a09e82f9ff7 (patch)
tree7b111deb903644e3d55caf1355595df76224eb4e /.travis.yml
parentAdd related projects to README (diff)
downloadgopherproxy-57877cbafa1a62d90f1db81796348a09e82f9ff7.tar.gz
gopherproxy-57877cbafa1a62d90f1db81796348a09e82f9ff7.tar.bz2
gopherproxy-57877cbafa1a62d90f1db81796348a09e82f9ff7.zip
Migrate to Drone CI, Codecov and Go11Modules
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