From 2c3d2032e476e8be669ec55c4d6980c8d5450ede Mon Sep 17 00:00:00 2001 From: Preston Van Loon Date: Sun, 16 Sep 2018 12:27:02 -0400 Subject: [PATCH] Update travis to use bazel 0.17.1 (#522) --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index a83ed864e..1b1ce39b6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ matrix: - ./scripts/coverage.sh - bash <(curl -s https://codecov.io/bash) - os: linux - env: V=0.16.0 + env: V=0.17.1 before_install: # Install Bazel - | @@ -65,7 +65,7 @@ matrix: # Shutdown must be last. - bazel shutdown - os: osx - env: V=0.16.0 + env: V=0.17.1 before_install: # Install Bazel - | @@ -129,4 +129,4 @@ matrix: after_failure: - wget https://raw.githubusercontent.com/k3rn31p4nic/travis-ci-discord-webhook/master/send.sh - chmod +x send.sh - - ./send.sh failure $WEBHOOK_URL \ No newline at end of file + - ./send.sh failure $WEBHOOK_URL