From 2dae757ad9d20bca9dcad0b111378dd69b9599a2 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Sat, 6 Apr 2019 09:50:28 -0700 Subject: Travis --- .travis.yml | 6 ------ 1 file changed, 6 deletions(-) (limited to '.travis.yml') 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 -- cgit v1.2.3