]> Untitled Git - lemmy.git/commitdiff
Travis
authorDessalines <tyhou13@gmx.com>
Sat, 6 Apr 2019 16:46:31 +0000 (09:46 -0700)
committerDessalines <tyhou13@gmx.com>
Sat, 6 Apr 2019 16:46:31 +0000 (09:46 -0700)
.travis.yml

index 1635d04c5fb9b292f264ccc593ab07d97830d8d2..79a49a18ca3c3ba6aa6e8278c600c823b321bc4b 100644 (file)
@@ -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"