Update travis to use bazel 0.17.1 (#522)

This commit is contained in:
Preston Van Loon 2018-09-16 12:27:02 -04:00 committed by Raul Jordan
parent cddae7a306
commit 2c3d2032e4

View File

@ -17,7 +17,7 @@ matrix:
- ./scripts/coverage.sh - ./scripts/coverage.sh
- bash <(curl -s https://codecov.io/bash) - bash <(curl -s https://codecov.io/bash)
- os: linux - os: linux
env: V=0.16.0 env: V=0.17.1
before_install: before_install:
# Install Bazel # Install Bazel
- | - |
@ -65,7 +65,7 @@ matrix:
# Shutdown must be last. # Shutdown must be last.
- bazel shutdown - bazel shutdown
- os: osx - os: osx
env: V=0.16.0 env: V=0.17.1
before_install: before_install:
# Install Bazel # Install Bazel
- | - |
@ -129,4 +129,4 @@ matrix:
after_failure: after_failure:
- wget https://raw.githubusercontent.com/k3rn31p4nic/travis-ci-discord-webhook/master/send.sh - wget https://raw.githubusercontent.com/k3rn31p4nic/travis-ci-discord-webhook/master/send.sh
- chmod +x send.sh - chmod +x send.sh
- ./send.sh failure $WEBHOOK_URL - ./send.sh failure $WEBHOOK_URL