Skip to content

Commit f116e92

Browse files
bors[bot]jswrenn
andauthored
Merge #483
483: Don't CI on nightly rust r=jswrenn a=jswrenn I don't know why our nightly CI silently broke, but I don't have the bandwidth to debug it. Running it was overkill, anyways. Co-authored-by: Jack Wrenn <[email protected]>
2 parents 180c4e0 + 6a02124 commit f116e92

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.travis.yml

-7
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)