traefik-forward-auth/.travis.yml
Thom Seddon 9abe509f66 Refactor progress
- move directory structure
- string based rule definition
- use traefik rule parsing
- drop toml config
- new flag library
- implement go dep
2019-04-18 16:37:55 +01:00

6 lines
84 B
YAML

language: go
sudo: false
go:
- "1.12"
script: env GO111MODULE=on go test -v ./...