File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,10 @@ matrix:
50
50
- env : INTEGRATION=hyperium/hyper
51
51
52
52
script :
53
+ - cargo install rustup-toolchain-install-master || echo "rustup-toolchain-install-master already installed"
54
+ - RUSTC_HEAD=`git ls-remote https://github.com/rust-lang/rust.git HEAD | tr -d ",." | tr " \t" "\n" | grep -e "HEAD" -v`
55
+ - travis_retry rustup-toolchain-install-master $RUSTC_HEAD
56
+ - rustup default $RUSTC_HEAD
53
57
- |
54
58
if [ -z ${INTEGRATION} ]; then
55
59
./ci/base-tests.sh
Original file line number Diff line number Diff line change 1
1
set -ex
2
- cargo install rustup-toolchain-install-master || echo " rustup-toolchain-install-master already installed"
3
- RUSTC_HEAD=` git ls-remote https://github.com/rust-lang/rust.git HEAD | tr -d " ,." | tr " \t" " \n" | grep -e " HEAD" -v`
4
- travis_retry rustup-toolchain-install-master $RUSTC_HEAD
5
- rustup default $RUSTC_HEAD
6
2
PATH=$PATH :./node_modules/.bin
7
3
remark -f * .md > /dev/null
8
4
cargo build --features debugging
You can’t perform that action at this time.
0 commit comments