Skip to content
This repository has been archived by the owner. It is now read-only.

Commit c46a19c

Browse files
committed
Put "docker images" in .travis.yml "after_script" section
1 parent 286d30b commit c46a19c

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
@@ -14,4 +14,7 @@ script:
1414
- docker build -t "$image" .
1515
- ~/official-images/test/run.sh "$image"
1616

17+
after_script:
18+
- docker images
19+
1720
# vim:set et ts=2 sw=2:

0 commit comments

Comments
 (0)