aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorYang Song <songy23@users.noreply.github.com>2018-06-01 12:31:04 -0700
committerBogdan Drutu <bdrutu@google.com>2018-06-01 12:31:04 -0700
commit8ab1628f4daad0489c41f2c9ac96085a7948e84d (patch)
tree3bbde3ab1d3c67cb7eaad1a06d037e606e38a7fc /.travis.yml
parent55c12779e8a17e0d3d3e88480a01857f051cae55 (diff)
downloadopencensus-java-8ab1628f4daad0489c41f2c9ac96085a7948e84d.tar.gz
Temporarily disable example-bazel build for Travis CI. (#1229)
* Temporarily disable example-bazel build for Travis CI. * Move bazel to allow-failures * Put back the original bazel entry.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 1932e688..a7fb171a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -60,6 +60,11 @@ matrix:
- env: TASK=BUILD
os: osx
+ # TODO: don't allow failure for this build once bazel is stable.
+ - jdk: oraclejdk8
+ env: TASK=BUILD_EXAMPLES_BAZEL
+ os: linux
+
before_install:
- git log --oneline --decorate --graph -30
- if \[ "$TASK" == "BUILD" \]; then