mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-10-01 01:36:12 -04:00
Fixing travis.
This commit is contained in:
parent
dcf0f13d71
commit
ce90c3216a
3
.travis.yml
vendored
3
.travis.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user