Skip to content

Commit 27abfcd

Browse files
committed
Do not run benchmarks in the pipline.
ref #425
1 parent b085c52 commit 27abfcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ script:
1717
cargo build --verbose --no-default-features &&
1818
cargo build --verbose --features "$FEATURES" &&
1919
cargo test --verbose --features "$FEATURES" &&
20-
cargo bench --verbose --features "$FEATURES"
20+
cargo bench --no-run --verbose --features "$FEATURES"

0 commit comments

Comments
 (0)