Skip to content

Commit 2943be6

Browse files
committed
Tweak travis, again
1 parent 45f20f8 commit 2943be6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,14 @@ os:
1616
matrix:
1717
allow_failures:
1818
- rust: nightly
19+
fast_finish: true
1920

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

2526

26-
matrix:
27-
fast_finish: true
28-
2927
# TODO: set this up to auto-push to crates on a new tag
3028
# jobs:
3129
# include:

0 commit comments

Comments
 (0)