summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 0 insertions, 6 deletions
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