This repository has been archived on 2022-08-17. You can view files and clone it, but cannot push or open issues or pull requests.
dex/.travis.yml

21 lines
264 B
YAML
Raw Normal View History

2016-08-18 15:34:41 -07:00
language: go
go:
2016-10-05 18:23:15 -07:00
- 1.7.1
2016-08-18 15:34:41 -07:00
services:
- postgresql
env:
- DEX_POSTGRES_DATABASE=postgres DEX_POSTGRES_USER=postgres DEX_POSTGRES_HOST="localhost"
2016-08-18 15:34:41 -07:00
install:
- go get -u github.com/golang/lint/golint
script:
- make testall
notifications:
email: false