Skip to content

Commit 214b6c6

Browse files
author
Paul Kernfeld
committed
Don't enable range128 in CI
1 parent 1ca489c commit 214b6c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ script:
7676
- cargo build
7777
- |
7878
if [ $TRAVIS_RUST_VERSION == nightly ]; then
79-
cargo test -p rayon --features range128 &&
79+
cargo test -p rayon &&
8080
cargo test -p rayon-core &&
8181
cargo test -p rayon-demo &&
8282
./ci/highlander.sh

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ build: false
5353
test_script:
5454
- cargo build
5555
- if [%CHANNEL%]==[nightly] (
56-
cargo test -p rayon --features range128 &&
56+
cargo test -p rayon &&
5757
cargo test -p rayon-core &&
5858
cargo test -p rayon-demo
5959
)

0 commit comments

Comments
 (0)