Fixing travis.

pull/283/head
Dessalines 2019-08-23 20:05:34 -07:00
parent 37ab2bab2e
commit 4e159b25fb
1 changed files with 3 additions and 0 deletions

3
.travis.yml vendored
View File

@ -12,6 +12,9 @@ before_script:
before_install:
- cd server
script:
- cargo install --force diesel_cli --no-default-features --features postgres
- diesel migration run
- cargo build --all
- cargo test --all
env:
- DATABASE_URL=postgres://rrr:rrr@localhost/rrr