Skip to content

Commit

Permalink
Turn cargo clippy and fmt on in Travis again
Browse files Browse the repository at this point in the history
  • Loading branch information
alanhdu committed Oct 16, 2018
1 parent b701838 commit 04b214e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ matrix:
- cargo gen-syntax --verify
- cargo gen-tests --verify
- cargo test
# - language: rust
# rust: nightly
# before_script:
# - rustup component add clippy-preview
# - rustup component add rustfmt-preview
# script:
# - cargo fmt --all -- --check || true
# - cargo clippy
- language: rust
rust: nightly
before_script:
- rustup component add clippy-preview
- rustup component add rustfmt-preview
script:
- cargo fmt --all -- --check || true
- cargo clippy
- language: node_js
node_js: node
before_script: false
Expand Down

0 comments on commit 04b214e

Please sign in to comment.