From: Dessalines Date: Sat, 6 Apr 2019 16:50:28 +0000 (-0700) Subject: Travis X-Git-Url: http://these/git/?a=commitdiff_plain;h=2dae757ad9d20bca9dcad0b111378dd69b9599a2;p=lemmy.git Travis --- diff --git a/.travis.yml b/.travis.yml index 79a49a18..84d9cf83 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,12 +20,6 @@ script: - cargo build --all - cargo test --all env: - global: - DATABASE_URL=postgres://rrr:rrr@localhost/rrr - - PGPORT=5433 addons: postgresql: "10" - apt: - packages: - - postgresql-10 - - postgresql-client-10