Skip to content

Commit

Permalink
Use --manifest-path instead of -p
Browse files Browse the repository at this point in the history
  • Loading branch information
MajorBreakfast committed Aug 10, 2018
1 parent 1949748 commit a105d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ matrix:
rust: nightly
script:
- cargo bench --all
- cargo bench -p futures-util-preview --features=bench
- cargo bench --manifest-path futures-util/Cargo.toml --features=bench

- name: cargo build --no-default-features
rust: nightly
Expand Down

0 comments on commit a105d7c

Please sign in to comment.