aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index f3593393..34eeefda 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -47,6 +47,10 @@ matrix:
env: TASK=BUILD_EXAMPLES_BAZEL
os: linux
+ - jdk: oraclejdk8
+ env: TASK=CHECK_EXAMPLES_FORMAT
+ os: linux
+
# Work around https://github.com/travis-ci/travis-ci/issues/2317
- env: TASK=BUILD
os: osx
@@ -56,6 +60,11 @@ matrix:
- env: TASK=BUILD
os: osx
+ # Allowing failures because not everyone has downloaded the google-java-format tool.
+ - jdk: oraclejdk8
+ env: TASK=CHECK_EXAMPLES_FORMAT
+ os: linux
+
before_install:
- git log --oneline --decorate --graph -30
- if \[ "$TASK" == "BUILD" \]; then