test rustup default

te
This commit is contained in:
Denis S. Soldatov aka General-Beck 2017-06-09 16:25:53 +03:00 committed by GitHub
parent 9f7c4ba2d6
commit b785645a2d

View File

@ -22,6 +22,7 @@ linux-stable:
- triggers
script:
- rustup install 1.16
- rustup default 1.16.0-x86_64-unknown-linux-gnu
- cargo build -j $(nproc) --release --features final $CARGOFLAGS
- strip target/release/parity
- export SHA3=$(target/release/parity tools hash target/release/parity)