Skip to content

Commit 6a02124

Browse files
committed
don't CI on nightly rust
1 parent c48da7b commit 6a02124

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.travis.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,6 @@ matrix:
2121
cargo build --verbose --features "$FEATURES" &&
2222
cargo test --verbose --features "$FEATURES" &&
2323
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"
3124
cache: cargo # https://docs.travis-ci.com/user/languages/rust/#dependency-management
3225
branches:
3326
only:

0 commit comments

Comments
 (0)