Skip to content

Commit bc9c866

Browse files
committed
Fix travis script
1 parent 68f7e67 commit bc9c866

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ cache: cargo
33
rust: stable
44

55
before_script:
6-
- rustup component add rustfmt-preview
7-
- rustup component add clippy-preview
6+
- rustup component add rustfmt
7+
- rustup component add clippy
88
- cargo fmt --version
99
- cargo clippy --version
1010

1111
script:
1212
- cargo fmt -- --check
1313
- cargo build --verbose
1414
- cargo test --verbose
15-
- cargo clippy
15+
- cargo clippy -- -D clippy::all

0 commit comments

Comments
 (0)