Skip to content

Commit a105d7c

Browse files
Use --manifest-path instead of -p
1 parent 1949748 commit a105d7c

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
@@ -29,7 +29,7 @@ matrix:
2929
rust: nightly
3030
script:
3131
- cargo bench --all
32-
- cargo bench -p futures-util-preview --features=bench
32+
- cargo bench --manifest-path futures-util/Cargo.toml --features=bench
3333

3434
- name: cargo build --no-default-features
3535
rust: nightly

0 commit comments

Comments
 (0)