1
0
mirror of https://git.envs.net/envs/gopherproxy.git synced 2024-06-14 05:06:40 +00:00
gopherproxy/.travis.yml

11 lines
235 B
YAML

language: go
sudo: false
go:
- tip
before_install:
- go get github.com/mattn/goveralls
script:
- $HOME/gopath/bin/goveralls -service=travis-ci
after_success:
- test -n "$TRAVIS_TAG" && curl -sL https://git.io/goreleaser | bash