From 3687dfd1a688118431e0b255b5f52921e9d50b52 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Sat, 6 Apr 2019 09:46:31 -0700 Subject: [PATCH] Travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1635d04c5..79a49a18c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,8 +20,8 @@ script: - cargo build --all - cargo test --all env: - - DATABASE_URL=postgres://rrr:rrr@localhost/rrr global: + - DATABASE_URL=postgres://rrr:rrr@localhost/rrr - PGPORT=5433 addons: postgresql: "10"