forked from mystiq/dex
*: use coreos postgres image for travis ci
Moved postgres image from personal account to quay.io/coreos.
This commit is contained in:
parent
c4767077aa
commit
064b3bae47
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…
Add table
Reference in a new issue