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

index 0e9f10af0813a78fa016c701c81ee6be764d169e..69c6bb17f6ad9f980e32ea9348fa5dcad839b081 100644 (file)
@@ -8,8 +8,6 @@ matrix:
 before_cache:
   - cd server
 cache: cargo
-services:
-  - postgresql
 before_script:
   - psql -c "create user rrr with password 'rrr' superuser;" -U postgres
   - psql -c 'create database rrr with owner rrr;' -U postgres
@@ -23,3 +21,5 @@ script:
   - cargo test --all
 env:
   - DATABASE_URL=postgres://rrr:rrr@localhost/rrr
+addons:
+  postgresql: "9.4"