traefik-forward-auth/.travis.yml
2019-04-18 16:37:41 +01:00

11 lines
219 B
YAML

language: go
sudo: false
go:
- "1.10"
install:
- go get github.com/BurntSushi/toml
- go get github.com/gorilla/mux
- go get github.com/namsral/flag
- go get github.com/sirupsen/logrus
script: go test -v ./...