mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-03 00:27:38 +00:00
Update travis to use bazel 0.17.1 (#522)
This commit is contained in:
parent
cddae7a306
commit
2c3d2032e4
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user