ci: test bazel builds on travis (#18240)

This commit is contained in:
Chuck Jazdzewski
2017-07-20 09:40:40 -07:00
committed by Miško Hevery
parent c6cf678a07
commit eaa843b55f
5 changed files with 26 additions and 0 deletions

View File

@ -46,4 +46,7 @@ case ${CI_MODE} in
aio_e2e)
${thisDir}/test-aio-e2e.sh
;;
bazel)
${thisDir}/test-bazel.sh
;;
esac