mirror of https://github.com/LemmyNet/lemmy.git
Fixing travis.
parent
dcf0f13d71
commit
ce90c3216a
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue