1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2024-11-28 09:08:44 +02:00
oauth2-proxy/.travis.yml

12 lines
255 B
YAML
Raw Normal View History

2012-12-26 21:18:56 +03:00
language: go
2014-11-10 04:48:09 +02:00
go:
- 1.12.x
install:
# Fetch dependencies
2019-06-23 21:40:59 +02:00
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $GOPATH/bin v1.17.1
script:
- ./configure && make test
sudo: false
2012-12-26 21:18:56 +03:00
notifications:
email: false