aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorKristen Kozak <sebright@google.com>2017-03-24 16:38:12 -0700
committerKristen Kozak <sebright@google.com>2017-03-24 17:16:35 -0700
commited5e46b6f687af155ed6f1fad71c2775a3b1e242 (patch)
treebc2985ba637f70e64ff1777998feaa440e4edad3 /.travis.yml
parent952ddd885e105ea91a319338610c0c19cbcced6d (diff)
downloadopencensus-java-ed5e46b6f687af155ed6f1fad71c2775a3b1e242.tar.gz
Add 'env: TASK=CHECK_GIT_HISTORY' to Travis allowed failures, for now.
We can use the script to fail the build once we have used it for a while.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 21918538..649959ed 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,6 +12,9 @@ matrix:
- env: TASK=CHECK_GIT_HISTORY
+ allow_failures:
+ - env: TASK=CHECK_GIT_HISTORY
+
before_install:
- if \[ "$TASK" == "BUILD" \]; then
mkdir -p $HOME/.gradle ;