From: Dessalines Date: Tue, 14 Jan 2020 14:42:11 +0000 (-0500) Subject: Trying build before clippy. X-Git-Url: http://these/git/?a=commitdiff_plain;h=57d44a7e123f1d523976dbeb3627a29cc85c27e9;p=lemmy.git Trying build before clippy. --- diff --git a/.travis.yml b/.travis.yml index cf32c44b..b48bbbc6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,8 +21,8 @@ before_install: - cd server script: # Default checks, but fail if anything is detected - - cargo clippy -- -D clippy::style -D clippy::correctness -D clippy::complexity -D clippy::perf - cargo build + - cargo clippy -- -D clippy::style -D clippy::correctness -D clippy::complexity -D clippy::perf - cargo install diesel_cli --no-default-features --features postgres - diesel migration run - cargo test