dex/.travis.yml

21 lines
264 B
YAML
Raw Normal View History

2016-08-19 04:04:41 +05:30
language: go
go:
2016-10-06 06:53:15 +05:30
- 1.7.1
2016-08-19 04:04:41 +05:30
services:
- postgresql
env:
- DEX_POSTGRES_DATABASE=postgres DEX_POSTGRES_USER=postgres DEX_POSTGRES_HOST="localhost"
2016-08-19 04:04:41 +05:30
install:
- go get -u github.com/golang/lint/golint
script:
- make testall
notifications:
email: false