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

index 4973b492b230571960b4bf3d3de79e987ebe1d9e..1635d04c5fb9b292f264ccc593ab07d97830d8d2 100644 (file)
@@ -21,5 +21,11 @@ script:
   - cargo test --all
 env:
   - DATABASE_URL=postgres://rrr:rrr@localhost/rrr
+  global:
+  - PGPORT=5433
 addons:
-  postgresql: "11.2"
+  postgresql: "10"
+  apt:
+    packages:
+    - postgresql-10
+    - postgresql-client-10