From 57d44a7e123f1d523976dbeb3627a29cc85c27e9 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Tue, 14 Jan 2020 09:42:11 -0500 Subject: Trying build before clippy. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') 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 -- cgit v1.2.3