summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index af69ec8a..a16a028d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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