diff options
| author | James Mills <prologic@shortcircuit.net.au> | 2018-12-31 23:23:50 +1000 |
|---|---|---|
| committer | James Mills <prologic@shortcircuit.net.au> | 2018-12-31 23:24:17 +1000 |
| commit | 57877cbafa1a62d90f1db81796348a09e82f9ff7 (patch) | |
| tree | 7b111deb903644e3d55caf1355595df76224eb4e /.travis.yml | |
| parent | Add related projects to README (diff) | |
| download | gopherproxy-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.yml | 10 |
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 @@ | |||
| 1 | language: go | ||
| 2 | sudo: false | ||
| 3 | go: | ||
| 4 | - tip | ||
| 5 | before_install: | ||
| 6 | - go get github.com/mattn/goveralls | ||
| 7 | script: | ||
| 8 | - $HOME/gopath/bin/goveralls -service=travis-ci | ||
| 9 | after_success: | ||
| 10 | - test -n "$TRAVIS_TAG" && curl -sL https://git.io/goreleaser | bash | ||
