*: add standup script to run DB tests locally and hook up travis

This commit is contained in:
Eric Chiang
2016-09-22 23:23:56 -07:00
committed by Eric Chiang
parent 0f577a469a
commit 877eb3dc7b
4 changed files with 160 additions and 4 deletions

View File

@@ -3,6 +3,13 @@ language: go
go:
- 1.7
services:
- postgresql
env:
- DEX_POSTGRES_DATABASE=postgres DEX_POSTGRES_USER=postgres DEX_POSTGRES_HOST="localhost"
install:
- go get -u github.com/golang/lint/golint