travis: Call docker test suite run.sh

* Invoke the same as the upstream repo.
This commit is contained in:
Kyle Manna 2016-08-31 11:41:39 -07:00
parent ee5d6a6b8a
commit 93098fb165

View File

@ -25,6 +25,7 @@ before_script:
script: script:
- official-images/test/run.sh "$image" - official-images/test/run.sh "$image"
- test/run.sh "$image"
- ./test-ci.sh - ./test-ci.sh
after_script: after_script: