From 04b214e75d915c20c4ffc1aea6ef22fd3072333a Mon Sep 17 00:00:00 2001 From: Alan Du Date: Tue, 16 Oct 2018 14:49:20 -0400 Subject: [PATCH] Turn cargo clippy and fmt on in Travis again --- .travis.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6ffc1c89a910..df2275e06fa7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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