summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 1635d04c..79a49a18 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"