Skip to content

Commit

Permalink
ci: dead branch elimination
Browse files Browse the repository at this point in the history
  • Loading branch information
3Hren committed Jul 21, 2017
1 parent 04deb01 commit d35f79e
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .travis.yml
Expand Up @@ -26,13 +26,7 @@ before_script:
script:
- |
if [ "$TRAVIS_RUST_VERSION" == "1.13.0" ]; then
for crate in rmp rmp-serialize rmpv; do
(cd $crate && cargo test --verbose);
done;
else
cargo test --all --verbose;
fi
cargo test --all --verbose;
after_success:
- |
Expand Down

0 comments on commit d35f79e

Please sign in to comment.