Skip to content

Commit

Permalink
apparently, the comment is not valid yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Geal committed Nov 5, 2016
1 parent 8f8e678 commit d00c57f
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 @@ -37,7 +37,7 @@ after_success:
cargo bench;
fi
- if [ "${TRAVIS_PULL_REQUEST_BRANCH:-$TRAVIS_BRANCH}" != "master" ] && [ "$TRAVIS_RUST_VERSION" == "nightly" ]; then
cargo install cargo-benchcmp --force; # not using --force will fail if it's already on the system
cargo install cargo-benchcmp --force;
cargo bench > benches-variable;
git fetch;
git checkout master;
Expand Down

0 comments on commit d00c57f

Please sign in to comment.