summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2020-03-28 18:21:10 -0400
committerDessalines <tyhou13@gmx.com>2020-03-28 18:21:10 -0400
commitbd09fe95568f89feeab7980ffe74340a4e84c875 (patch)
tree840138eedb1daa98b804b6aaf599c97c1d73e5f1 /.travis.yml
parent36312e91e4533151a9b081f3f72360d880287599 (diff)
Testing out another travis build. #397
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index d765ecb4..602a8613 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,7 +12,6 @@ before_cache:
- 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
- psql -c 'create database lemmy with owner lemmy;' -U postgres