1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-01-18 04:59:29 +02:00
oauth2-proxy/.travis.yml
Dhi Aurrahman de16df232d Support Go 1.13.x and allow to override REGISTRY (#273)
Signed-off-by: Dhi Aurrahman <dio@tetrate.io>
2019-10-07 13:53:46 -07:00

14 lines
301 B
YAML

language: go
go:
- 1.12.x
- 1.13.x
install:
# Fetch dependencies
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $GOPATH/bin v1.17.1
- GO111MODULE=on go mod download
script:
- ./configure && make test
sudo: false
notifications:
email: false