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 c7c0a1688e
commit 257a9e3e6f
5 changed files with 26 additions and 0 deletions

5
scripts/ci/test-bazel.sh Executable file
View File

@ -0,0 +1,5 @@
#!/usr/bin/env bash
set -u -e -o pipefail
bazel build ...