Put "docker images" in .travis.yml "after_script" section

This commit is contained in:
Tianon Gravi 2015-08-07 16:32:20 -07:00
parent 789a45b03f
commit b1ff26c9e5

View File

@ -29,4 +29,7 @@ script:
- docker build -t "$image" "${VARIANT:-.}"
- ~/official-images/test/run.sh "$image"
after_script:
- docker images
# vim:set et ts=2 sw=2: