Skip to content

Commit 1ca489c

Browse files
author
Paul Kernfeld
committed
Use --features range128 instead of --all-features
1 parent 85fedff commit 1ca489c

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 --all-features &&
79+
cargo test -p rayon --features range128 &&
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 --all-features &&
56+
cargo test -p rayon --features range128 &&
5757
cargo test -p rayon-core &&
5858
cargo test -p rayon-demo
5959
)

0 commit comments

Comments
 (0)