Merge pull request #237 from ericchiang/postgres_image

*: use coreos postgres image for travis ci
This commit is contained in:
bobbyrullo 2015-12-21 15:41:53 -08:00
commit 630e5f2dcb

View file

@ -13,10 +13,10 @@ env:
install:
- go get golang.org/x/tools/cmd/cover
- go get golang.org/x/tools/cmd/vet
- docker pull quay.io/ericchiang/postgres
- docker pull quay.io/coreos/postgres
script:
- docker run -d -p 127.0.0.1:15432:5432 quay.io/ericchiang/postgres
- docker run -d -p 127.0.0.1:15432:5432 quay.io/coreos/postgres
- ./test
notifications: