oauth2_proxy/.travis.yml

13 lines
290 B
YAML
Raw Permalink Normal View History

2012-12-26 18:18:56 +00:00
language: go
2014-11-10 02:48:09 +00:00
go:
- 1.12.x
install:
# Fetch dependencies
2019-06-23 19:40:59 +00:00
- 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
2012-12-26 18:18:56 +00:00
notifications:
email: false