Skip to content

Commit

Permalink
Merge #426
Browse files Browse the repository at this point in the history
426: Do not run benchmarks in the pipline. r=jswrenn a=meltinglava

ref #425

Co-authored-by: Meltinglava <roi1996@gmail.com>
  • Loading branch information
bors[bot] and meltinglava committed Mar 10, 2020
2 parents b085c52 + 27abfcd commit 3b59721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -17,4 +17,4 @@ script:
cargo build --verbose --no-default-features &&
cargo build --verbose --features "$FEATURES" &&
cargo test --verbose --features "$FEATURES" &&
cargo bench --verbose --features "$FEATURES"
cargo bench --no-run --verbose --features "$FEATURES"

0 comments on commit 3b59721

Please sign in to comment.