mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-05 04:00:02 +00:00
Fixing travis build.
This commit is contained in:
parent
6248392992
commit
7d291ee95a
1 changed files with 2 additions and 4 deletions
6
.travis.yml
vendored
6
.travis.yml
vendored
|
@ -11,15 +11,13 @@ cache:
|
|||
before_cache:
|
||||
- rm -rf /home/travis/.cargo/registry
|
||||
before_script:
|
||||
- psql -c "create user rrr with password 'rrr' superuser;" -U postgres
|
||||
- psql -c 'create database rrr with owner rrr;' -U postgres
|
||||
- psql -c "create user lemmy with password 'password' superuser;" -U postgres
|
||||
- psql -c 'create database lemmy with owner lemmy;' -U postgres
|
||||
before_install:
|
||||
- cd server
|
||||
script:
|
||||
- diesel migration run
|
||||
- cargo build
|
||||
- cargo test
|
||||
env:
|
||||
- DATABASE_URL=postgres://rrr:rrr@localhost/rrr
|
||||
addons:
|
||||
postgresql: "9.4"
|
||||
|
|
Loading…
Reference in a new issue