mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-08 21:08:10 -05:00
Update travis to use bazel 0.17.1 (#522)
This commit is contained in:
committed by
Raul Jordan
parent
cddae7a306
commit
2c3d2032e4
@@ -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
|
||||
- ./send.sh failure $WEBHOOK_URL
|
||||
|
||||
Reference in New Issue
Block a user