Skip to content

Commit

Permalink
Fix argument order to cargo run
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Feb 21, 2016
1 parent f041fc3 commit 65b0ad4
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 @@ -10,7 +10,7 @@ script:
- export CARGO_TARGET_DIR=`pwd`/target
- cargo test --no-default-features
- cargo test
- cargo run --manifest-path --release systest/Cargo.toml
- cargo run --manifest-path systest/Cargo.toml --release
- if [ "$TRAVIS_RUST_VERSION" = "nightly" ]; then
cargo test --features unstable;
cargo test --manifest-path git2-curl/Cargo.toml;
Expand Down

0 comments on commit 65b0ad4

Please sign in to comment.