1
0
Fork 0
mirror of https://github.com/docker-library/ruby.git synced 2022-11-09 11:41:34 -05:00

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

This commit is contained in:
Tianon Gravi 2015-08-07 16:32:27 -07:00
parent 37f5418500
commit be55b2d66d

View file

@ -25,4 +25,7 @@ script:
# the "onbuild" variant has to happen with the base variant because it's FROM it
- true && [ "$VARIANT" ] || docker build -t "${image}-onbuild" onbuild
after_script:
- docker images
# vim:set et ts=2 sw=2: