mirror of
https://github.com/mii443/merkle_sigs.rs.git
synced 2025-08-22 16:05:42 +00:00
Update Travis config
This commit is contained in:
@ -22,7 +22,7 @@ matrix:
|
||||
rust: nightly
|
||||
|
||||
- env: NAME='clippy'
|
||||
rust: nightly-2019-07-19
|
||||
rust: stable
|
||||
before_script:
|
||||
- rustup component add clippy
|
||||
script:
|
||||
@ -59,4 +59,4 @@ script:
|
||||
before_install:
|
||||
- export PATH=$PATH:$HOME/protobuf/bin
|
||||
- export PROTOC_VERSION=$(cat PROTOC_VERSION)
|
||||
- bash install_protobuf.sh
|
||||
- bash scripts/install_protobuf.sh
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
PROTOC_VERSION=$(cat PROTOC_VERSION)
|
||||
PROTOC_VERSION=$(cat ../PROTOC_VERSION)
|
||||
|
||||
check_protoc_version () {
|
||||
this_version=`protoc --version`
|
||||
|
Reference in New Issue
Block a user