Skip to content

Commit c13ed5a

Browse files
committed
Put "docker images" in .travis.yml "after_script" section
1 parent 4801e47 commit c13ed5a

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

25+
after_script:
26+
- docker images
27+
2528
# vim:set et ts=2 sw=2:

0 commit comments

Comments
 (0)