Skip to content
Snippets Groups Projects
Commit 064b3bae authored by Eric Chiang's avatar Eric Chiang
Browse files

*: use coreos postgres image for travis ci

Moved postgres image from personal account to quay.io/coreos.
parent c4767077
No related branches found
No related tags found
No related merge requests found
...@@ -13,10 +13,10 @@ env: ...@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment