summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2020-01-03 12:58:50 -0500
committerDessalines <tyhou13@gmx.com>2020-01-03 12:58:50 -0500
commitf6f2e7144f3cd5480285be7dbd32ed84559049ab (patch)
tree10c58d323da79dcec37c5e420190444cc410d248 /.travis.yml
parent86f42e2ab0b2340f85efa647b77bdbe2d55ad1ab (diff)
Trying another cache change. 2.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml11
1 files changed, 5 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index a16a028d..78423282 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,12 +7,11 @@ matrix:
fast_finish: true
cache: cargo
before_cache:
- - rm -rfv target/debug/incremental/lemmy-*
- - rm -rfv target/debug/.fingerprint/lemmy-*
- - rm -rfv target/debug/build/lemmy-*
- - rm -rfv target/debug/deps/liblemmy-*
- - rm -rfv target/debug/deps/lemmy-*
- - rm -rfv target/debug/{lemmy,liblemmy}.d
+ - rm -rfv target/debug/incremental/lemmy_server-*
+ - rm -rfv target/debug/.fingerprint/lemmy_server-*
+ - rm -rfv target/debug/build/lemmy_server-*
+ - rm -rfv target/debug/deps/lemmy_server-*
+ - rm -rfv target/debug/lemmy_server.d
- cargo clean
before_script:
- psql -c "create user lemmy with password 'password' superuser;" -U postgres