fork of https://github.com/poanetwork/threshold_crypto for the needs of nextgraph.org
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
337 B
15 lines
337 B
language: rust
|
|
rust:
|
|
- 1.39.0
|
|
cache:
|
|
cargo: true
|
|
timeout: 1200
|
|
addons:
|
|
apt:
|
|
packages:
|
|
- unzip
|
|
before_install:
|
|
- rustup component add --toolchain=${TRAVIS_RUST_VERSION} rustfmt clippy
|
|
- cargo deadlinks --version || cargo install cargo-deadlinks
|
|
- cargo audit --version || cargo install cargo-audit
|
|
script: ./ci.sh
|
|
|