1
0
mirror of https://github.com/Luzifer/vault-otp-ui.git synced 2024-09-20 01:22:59 +00:00
vault-otp-ui/vendor/github.com/fatih/structs/.travis.yml
Knut Ahlers a483fab651
Vendor dependencies
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2017-06-14 21:26:35 +02:00

12 lines
282 B
YAML

language: go
go:
- 1.6
- tip
sudo: false
before_install:
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
- if ! go get github.com/golang/tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
script:
- $HOME/gopath/bin/goveralls -service=travis-ci