From d2f234927d8af3c9ba169c5e4912dab188c93660 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Sat, 6 Apr 2019 09:03:55 -0700 Subject: [PATCH] Travis --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e22376621..24bce865d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,9 @@ before_install: - cd server script: - cargo install diesel_cli --no-default-features --features postgres - - cargo install + - cargo build - diesel migration run - cargo build --all - cargo test --all +env: + - DATABASE_URL=postgres://rrr:rrr@localhost/rrr