OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
language: go |
|
|
|
go: |
|
- 1.7.1 |
|
|
|
services: |
|
- postgresql |
|
|
|
env: |
|
- DEX_POSTGRES_DATABASE=postgres DEX_POSTGRES_USER=postgres DEX_POSTGRES_HOST="localhost" |
|
|
|
|
|
install: |
|
- go get -u github.com/golang/lint/golint |
|
|
|
script: |
|
- make testall |
|
|
|
notifications: |
|
email: false
|
|
|