Add ability to run tests on postgresql 9.1-9.5

This commit is contained in:
Dan Sosedoff
2016-01-15 12:33:30 -06:00
parent 3af20f9327
commit 9766bb2ed2
4 changed files with 96 additions and 13 deletions

View File

@@ -1,16 +1,21 @@
sudo: required
language: go
sudo: false
services:
- docker
addons:
postgresql: "9.4"
go:
- 1.4.2
- 1.5.2
- 1.4.2
- 1.5.2
install:
- make setup
script:
- make build
- make test
- make test
- PGHOST=127.0.0.1 ./scripts/test_all.sh