mirror of
https://github.com/oauth2-proxy/oauth2-proxy.git
synced 2025-01-18 04:59:29 +02:00
de16df232d
Signed-off-by: Dhi Aurrahman <dio@tetrate.io>
14 lines
301 B
YAML
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
|