Skip to content

Commit 9c722ce

Browse files
committed
Don't run benchmarks in travis
1 parent ee32052 commit 9c722ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ script:
2525
cargo test --verbose &&
2626
([ -z "$FEATURES" ] || cargo build --verbose --features "$FEATURES") &&
2727
([ -z "$FEATURES" ] || cargo test --verbose --features "$FEATURES") &&
28-
([ "$BENCH" != 1 ] || cargo bench --verbose --features "$FEATURES")
28+
([ "$BENCH" != 1 ] || cargo bench --no-run --verbose --features "$FEATURES")

0 commit comments

Comments
 (0)