summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorTilo Spannagel <development@tilosp.de>2017-08-08 16:46:36 +0200
committerTilo Spannagel <development@tilosp.de>2017-09-27 13:29:12 +0200
commitce5b8148861a64f5b840ec93c3eb38d1c3f7b6e5 (patch)
tree50886811c70fe933b4f67ce28cde3a106d4c04a0 /.travis.yml
parent50b9eadbff868451dc4cd4294e3b0594120798dc (diff)
Add build tests for the example dockerfiles
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 9850771e..ff0cc5ba 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,6 +20,7 @@ before_script:
script:
- travis_retry docker build -t "$image" "${VERSION}/${VARIANT}"
- ~/official-images/test/run.sh "$image"
+ - .travis/test-example-dockerfiles.sh "$image"
after_script:
- docker images