From 93098fb165b5351b5eeeb7e918acc8cb85ba2035 Mon Sep 17 00:00:00 2001 From: Kyle Manna Date: Wed, 31 Aug 2016 11:41:39 -0700 Subject: [PATCH] travis: Call docker test suite run.sh * Invoke the same as the upstream repo. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 276d922..b66677a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,6 +25,7 @@ before_script: script: - official-images/test/run.sh "$image" + - test/run.sh "$image" - ./test-ci.sh after_script: