Skip to content

Commit e02d25c

Browse files
committed
how about this?
1 parent 6d95dfe commit e02d25c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ script:
4949
- travis-cargo clippy -- --all-targets --all-features -- -D warnings
5050
- travis-cargo build
5151
- travis-cargo test
52-
- travis-cargo fmt -- +nightly -- --check --config-path <(echo 'license_template_path = "HEADER"')
52+
- cargo +nightly fmt -- --check --config-path <(echo 'license_template_path = "HEADER"')
5353

5454
after_success:
5555
- cargo coveralls --verbose

0 commit comments

Comments
 (0)