summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2019-04-06 09:44:08 -0700
committerDessalines <tyhou13@gmx.com>2019-04-06 09:44:08 -0700
commit257302a27452e93cc93357f469337150ee9eb1f1 (patch)
treedbd521e2ee08a6e0fcd1544daf764a16bad297b6 /.travis.yml
parent2d3e87fe1e9994a3850d37c4c3875a9fa2cf7d64 (diff)
Travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 4973b492..1635d04c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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