We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c501161 commit 6d95dfeCopy full SHA for 6d95dfe
.travis.yml
@@ -49,7 +49,7 @@ script:
49
- travis-cargo clippy -- --all-targets --all-features -- -D warnings
50
- travis-cargo build
51
- travis-cargo test
52
- - travis-cargo --only nightly fmt -- -- --check --config-path <(echo 'license_template_path = "HEADER"')
+ - travis-cargo fmt -- +nightly -- --check --config-path <(echo 'license_template_path = "HEADER"')
53
54
after_success:
55
- cargo coveralls --verbose
0 commit comments