Fixing travis.
This commit is contained in:
parent
37ab2bab2e
commit
4e159b25fb
1 changed files with 3 additions and 0 deletions
3
.travis.yml
vendored
3
.travis.yml
vendored
|
@ -12,6 +12,9 @@ before_script:
|
||||||
before_install:
|
before_install:
|
||||||
- cd server
|
- cd server
|
||||||
script:
|
script:
|
||||||
|
- cargo install --force diesel_cli --no-default-features --features postgres
|
||||||
|
- diesel migration run
|
||||||
|
- cargo build --all
|
||||||
- cargo test --all
|
- cargo test --all
|
||||||
env:
|
env:
|
||||||
- DATABASE_URL=postgres://rrr:rrr@localhost/rrr
|
- DATABASE_URL=postgres://rrr:rrr@localhost/rrr
|
||||||
|
|
Reference in a new issue