Trying build before clippy.
This commit is contained in:
parent
556016614d
commit
aaa64811f4
1 changed files with 1 additions and 1 deletions
2
.travis.yml
vendored
2
.travis.yml
vendored
|
@ -21,8 +21,8 @@ before_install:
|
||||||
- cd server
|
- cd server
|
||||||
script:
|
script:
|
||||||
# Default checks, but fail if anything is detected
|
# 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 build
|
||||||
|
- cargo clippy -- -D clippy::style -D clippy::correctness -D clippy::complexity -D clippy::perf
|
||||||
- cargo install diesel_cli --no-default-features --features postgres
|
- cargo install diesel_cli --no-default-features --features postgres
|
||||||
- diesel migration run
|
- diesel migration run
|
||||||
- cargo test
|
- cargo test
|
||||||
|
|
Reference in a new issue