mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-04 19:50:00 +00:00
Trying another cache change.
This commit is contained in:
parent
ba6d8d8720
commit
86f42e2ab0
1 changed files with 1 additions and 1 deletions
2
.travis.yml
vendored
2
.travis.yml
vendored
|
@ -13,7 +13,7 @@ before_cache:
|
|||
- rm -rfv target/debug/deps/liblemmy-*
|
||||
- rm -rfv target/debug/deps/lemmy-*
|
||||
- rm -rfv target/debug/{lemmy,liblemmy}.d
|
||||
- cargo clean -p lemmy
|
||||
- cargo clean
|
||||
before_script:
|
||||
- psql -c "create user lemmy with password 'password' superuser;" -U postgres
|
||||
- psql -c 'create database lemmy with owner lemmy;' -U postgres
|
||||
|
|
Loading…
Reference in a new issue