aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorsebright <sebright@google.com>2017-04-24 11:32:09 -0700
committerGitHub <noreply@github.com>2017-04-24 11:32:09 -0700
commit18b12d98f185aa80b4620aaf02e6707ca689844c (patch)
tree66bb1611b651e78dee2cb6fe7a47bbac35d880ff /.travis.yml
parent4491e6b8a87a27369c677c0c696079d25a4d8506 (diff)
parente6fe9cba97e159497137769db0472088eb898693 (diff)
downloadopencensus-java-18b12d98f185aa80b4620aaf02e6707ca689844c.tar.gz
Merge pull request #239 from sebright/enforce-git-history-check
Move git history check out of "allow_failures" in .travis.yml. Fixes #225.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index b61dcffa..dda780a8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,9 +12,6 @@ matrix:
- env: TASK=CHECK_GIT_HISTORY
- allow_failures:
- - env: TASK=CHECK_GIT_HISTORY
-
before_install:
- git log --oneline --decorate --graph -30
- if \[ "$TASK" == "BUILD" \]; then