summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorDessalines <happydooby@gmail.com>2019-04-06 08:40:32 -0700
committerDessalines <happydooby@gmail.com>2019-04-06 08:40:32 -0700
commite992503dc9dde75687f310b15664929e9957acee (patch)
tree9a4562713d54941e4af13d35b593f5f0ff3a7277 /.travis.yml
parent2a3c99aaafbe55d92b79176ed90aff817cb9ebbe (diff)
Travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 8f57da19..e2237662 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,8 +13,9 @@ services:
before_script:
- psql -c "create user rrr with password 'rrr' superuser;" -U postgres
- psql -c 'create database rrr with owner rrr;' -U postgres
-script:
+before_install:
- cd server
+script:
- cargo install diesel_cli --no-default-features --features postgres
- cargo install
- diesel migration run