Skip to content

Commit

Permalink
remove extraneous feature used to fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbla committed Aug 5, 2019
1 parent 29621c9 commit bba6631
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ version = "1.0"
default = ["std"]
i128 = ["num-integer/i128", "num-traits/i128"]
std = ["num-integer/std", "num-traits/std"]
quickcheck_testing = ["quickcheck", "quickcheck_macros"]

[build-dependencies]
autocfg = "0.1.2"
2 changes: 1 addition & 1 deletion ci/test_full.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if [[ "$TRAVIS_RUST_VERSION" =~ ^(nightly|beta|stable|1.31.0|1.26.0)$ ]]; then
FEATURES="$FEATURES i128"
fi
if [[ "$TRAVIS_RUST_VERSION" =~ ^(nightly|beta|stable|1.31.0)$ ]]; then
FEATURES="$FEATURES quickcheck quickcheck_testing"
FEATURES="$FEATURES quickcheck"
fi

# num-bigint should build and test everywhere.
Expand Down

0 comments on commit bba6631

Please sign in to comment.