We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c48da7b commit 6a02124Copy full SHA for 6a02124
.travis.yml
@@ -21,13 +21,6 @@ matrix:
21
cargo build --verbose --features "$FEATURES" &&
22
cargo test --verbose --features "$FEATURES" &&
23
cargo bench --no-run --verbose --features "$FEATURES"
24
- - rust: nightly
25
- script:
26
- - |
27
- cargo build --verbose --no-default-features &&
28
- cargo build --verbose --features "$FEATURES" &&
29
- cargo test --verbose --features "$FEATURES" &&
30
- cargo bench --no-run --verbose --features "$FEATURES"
31
cache: cargo # https://docs.travis-ci.com/user/languages/rust/#dependency-management
32
branches:
33
only:
0 commit comments