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 391a54b commit bc97543Copy full SHA for bc97543
.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"')
+ - cargo +nightly fmt -- --check --config-path <(echo 'license_template_path = "HEADER"')
53
54
after_success:
55
- cargo coveralls --verbose
0 commit comments