Update Travis config

This commit is contained in:
Romain Ruetschi
2020-07-09 23:55:05 +02:00
parent b4b2e6144b
commit 95a1967144
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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`