]> Untitled Git - lemmy.git/commitdiff
Adding these as global envs.
authorDessalines <tyhou13@gmx.com>
Tue, 14 Jan 2020 14:23:41 +0000 (09:23 -0500)
committerDessalines <tyhou13@gmx.com>
Tue, 14 Jan 2020 14:23:41 +0000 (09:23 -0500)
.travis.yml

index c86b3d391730e4206f8ac4ecd5220b92b765d074..cf32c44b145d4b3eaaef935b5dc21ca203cfb3e3 100644 (file)
@@ -27,8 +27,9 @@ script:
   - diesel migration run
   - cargo test
 env:
-  - DATABASE_URL=postgres://lemmy:password@localhost:5432/lemmy
-  - RUST_TEST_THREADS=1
+  global:
+    - DATABASE_URL=postgres://lemmy:password@localhost:5432/lemmy
+    - RUST_TEST_THREADS=1
 
 addons:
   postgresql: "9.4"