Skip to content

Commit

Permalink
Trying build before clippy.
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Jan 14, 2020
1 parent 5560166 commit aaa6481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aaa6481

Please sign in to comment.