1
0
Fork 0
mirror of https://github.com/Luzifer/vault-otp-ui.git synced 2024-11-12 18:12:45 +00:00
vault-otp-ui/vendor/github.com/Sirupsen/logrus/.travis.yml
Knut Ahlers cef287b823
Update vendors, switch to dep
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-08-30 19:48:50 +02:00

13 lines
296 B
YAML

language: go
go:
- 1.9.x
- 1.10.x
env:
- GOMAXPROCS=4 GORACE=halt_on_error=1
install:
- go get github.com/stretchr/testify/assert
- go get gopkg.in/gemnasium/logrus-airbrake-hook.v2
- go get golang.org/x/sys/unix
- go get golang.org/x/sys/windows
script:
- go test -race -v ./...