]> Untitled Git - lemmy.git/commitdiff
Travis
authorDessalines <tyhou13@gmx.com>
Sat, 6 Apr 2019 16:50:28 +0000 (09:50 -0700)
committerDessalines <tyhou13@gmx.com>
Sat, 6 Apr 2019 16:50:28 +0000 (09:50 -0700)
.travis.yml

index 79a49a18ca3c3ba6aa6e8278c600c823b321bc4b..84d9cf8367bfd1904c6b58e47785a592d814c667 100644 (file)
@@ -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