3 Star 3 Fork 0

Gitee 极速下载 / Thruster

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/trezm/Thruster
克隆/下载
.travis.yml 530 Bytes
一键复制 编辑 原始数据 按行查看 历史
Pete Mertz 提交于 2020-05-15 12:43 . Remove default features
language: rust
cache: cargo
# Run the script on stable, beta and nightly channels
rust:
- stable
- beta
- nightly
matrix:
allow_failures:
- rust: nightly
fast_finish: true
before_script:
- rustup component add clippy-preview
script:
# move to the main exported workspace
- rustup component add rustfmt
- cd thruster
# Temporarily disabled, as proc macro changes break
# fail when encountering warnings
# - cargo clippy -- -D warnings
# run integration tests
- cargo test --no-default-features
Rust
1
https://gitee.com/mirrors/Thruster.git
git@gitee.com:mirrors/Thruster.git
mirrors
Thruster
Thruster
master

搜索帮助