Skip to content

Commit b1ae527

Browse files
committed
Put "docker images" in .travis.yml "after_script" section
1 parent a5fe2ca commit b1ae527

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
@@ -20,4 +20,7 @@ script:
2020
- docker build -t "$image" .
2121
- ~/official-images/test/run.sh "$image"
2222

23+
after_script:
24+
- docker images
25+
2326
# vim:set et ts=2 sw=2:

0 commit comments

Comments
 (0)