forked from mystiq/dex
Merge pull request #237 from ericchiang/postgres_image
*: use coreos postgres image for travis ci
This commit is contained in:
commit
630e5f2dcb
1 changed files with 2 additions and 2 deletions
|
@ -13,10 +13,10 @@ env:
|
||||||
install:
|
install:
|
||||||
- go get golang.org/x/tools/cmd/cover
|
- go get golang.org/x/tools/cmd/cover
|
||||||
- go get golang.org/x/tools/cmd/vet
|
- go get golang.org/x/tools/cmd/vet
|
||||||
- docker pull quay.io/ericchiang/postgres
|
- docker pull quay.io/coreos/postgres
|
||||||
|
|
||||||
script:
|
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
|
- ./test
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
|
|
Loading…
Reference in a new issue