Skip to content

Commit 347a871

Browse files
committed
Put "docker images" in .travis.yml "after_script" section
1 parent 3e5826a commit 347a871

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,7 @@ script:
3333
# the "onbuild" variant has to happen with the base variant because it's FROM it
3434
- true && [ "$VARIANT" ] || docker build -t "${image}-onbuild" onbuild
3535

36+
after_script:
37+
- docker images
38+
3639
# vim:set et ts=2 sw=2:

0 commit comments

Comments
 (0)