Skip to content

Commit

Permalink
FIX #2 : Check Healthcheck config in Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
ghusta committed Aug 13, 2018
1 parent b4d57db commit 4db0778
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ install:

script:
- docker build --tag ghusta/postgres-world-db .
- docker inspect --format="{{json .Config.Healthcheck}}" ghusta/postgres-world-db

after_success:
- docker image ls

0 comments on commit 4db0778

Please sign in to comment.