Messing with travis 3.

This commit is contained in:
Dessalines 2019-11-19 16:02:31 -08:00
parent 1b739af87b
commit aebd04f55f
1 changed files with 1 additions and 1 deletions

2
.travis.yml vendored
View File

@ -16,7 +16,7 @@ before_script:
before_install:
- cd server
script:
- cargo install --force diesel_cli --no-default-features --features postgres
- cargo install diesel_cli --no-default-features --features postgres
- diesel migration run
- cargo build
- cargo test