Travis
This commit is contained in:
parent
ead065051c
commit
011e34c3eb
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ before_script:
|
|||
before_install:
|
||||
- cd server
|
||||
script:
|
||||
- cargo install diesel_cli -- force --no-default-features --features postgres
|
||||
- cargo install --force diesel_cli --no-default-features --features postgres
|
||||
- diesel migration run
|
||||
- cargo build --all
|
||||
- cargo test --all
|
||||
|
|
Reference in a new issue