Skip to content

Commit 04b214e

Browse files
committed
Turn cargo clippy and fmt on in Travis again
1 parent b701838 commit 04b214e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.travis.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ matrix:
88
- cargo gen-syntax --verify
99
- cargo gen-tests --verify
1010
- cargo test
11-
# - language: rust
12-
# rust: nightly
13-
# before_script:
14-
# - rustup component add clippy-preview
15-
# - rustup component add rustfmt-preview
16-
# script:
17-
# - cargo fmt --all -- --check || true
18-
# - cargo clippy
11+
- language: rust
12+
rust: nightly
13+
before_script:
14+
- rustup component add clippy-preview
15+
- rustup component add rustfmt-preview
16+
script:
17+
- cargo fmt --all -- --check || true
18+
- cargo clippy
1919
- language: node_js
2020
node_js: node
2121
before_script: false

0 commit comments

Comments
 (0)