mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-05 04:00:02 +00:00
Messing with travis 1.
This commit is contained in:
parent
51b69ef736
commit
9e025d9d4c
1 changed files with 3 additions and 3 deletions
6
.travis.yml
vendored
6
.travis.yml
vendored
|
@ -9,13 +9,13 @@ cache: cargo
|
|||
before_script:
|
||||
- psql -c "create user rrr with password 'rrr' superuser;" -U postgres
|
||||
- psql -c 'create database rrr with owner rrr;' -U postgres
|
||||
- cargo install --force diesel_cli --no-default-features --features postgres
|
||||
before_install:
|
||||
- cd server
|
||||
script:
|
||||
- cargo install --force diesel_cli --no-default-features --features postgres
|
||||
- diesel migration run
|
||||
- cargo build --all
|
||||
- cargo test --all
|
||||
- cargo build
|
||||
- cargo test
|
||||
env:
|
||||
- DATABASE_URL=postgres://rrr:rrr@localhost/rrr
|
||||
addons:
|
||||
|
|
Loading…
Reference in a new issue