Skip to content

Commit

Permalink
Tweak travis, again
Browse files Browse the repository at this point in the history
  • Loading branch information
cmyr committed Mar 20, 2019
1 parent 45f20f8 commit 2943be6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,14 @@ os:
matrix:
allow_failures:
- rust: nightly
fast_finish: true

script:
- cargo test --verbose
- if rustup component add rustfmt ; then cargo fmt --all -- --check ; fi
- if rustup component add clippy ; then cargo clippy --all-targets -- -D warnings ; else echo "no clippy"; fi


matrix:
fast_finish: true

# TODO: set this up to auto-push to crates on a new tag
# jobs:
# include:
Expand Down

0 comments on commit 2943be6

Please sign in to comment.