Trying build before clippy.

pull/418/head
Dessalines 2020-01-14 09:42:11 -05:00
parent 556016614d
commit aaa64811f4
1 changed files with 1 additions and 1 deletions

2
.travis.yml vendored
View File

@ -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