Skip to content

Commit

Permalink
Merge pull request #237 from ericchiang/postgres_image
Browse files Browse the repository at this point in the history
*: use coreos postgres image for travis ci
  • Loading branch information
bobbyrullo committed Dec 21, 2015
2 parents c476707 + 064b3ba commit 630e5f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 630e5f2

Please sign in to comment.