Trying another cache change.

pull/406/head
Dessalines 2020-01-03 12:56:53 -05:00
parent d22bbafebb
commit 1180b89268
1 changed files with 1 additions and 1 deletions

2
.travis.yml vendored
View File

@ -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