mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-10-01 01:36:12 -04:00
Messing with travis 1.
This commit is contained in:
parent
fa1c306d64
commit
73e5c38f19
6
.travis.yml
vendored
6
.travis.yml
vendored
@ -9,13 +9,13 @@ cache: cargo
|
|||||||
before_script:
|
before_script:
|
||||||
- psql -c "create user rrr with password 'rrr' superuser;" -U postgres
|
- psql -c "create user rrr with password 'rrr' superuser;" -U postgres
|
||||||
- psql -c 'create database rrr with owner rrr;' -U postgres
|
- psql -c 'create database rrr with owner rrr;' -U postgres
|
||||||
|
- cargo install --force diesel_cli --no-default-features --features postgres
|
||||||
before_install:
|
before_install:
|
||||||
- cd server
|
- cd server
|
||||||
script:
|
script:
|
||||||
- cargo install --force diesel_cli --no-default-features --features postgres
|
|
||||||
- diesel migration run
|
- diesel migration run
|
||||||
- cargo build --all
|
- cargo build
|
||||||
- cargo test --all
|
- cargo test
|
||||||
env:
|
env:
|
||||||
- DATABASE_URL=postgres://rrr:rrr@localhost/rrr
|
- DATABASE_URL=postgres://rrr:rrr@localhost/rrr
|
||||||
addons:
|
addons:
|
||||||
|
Loading…
Reference in New Issue
Block a user