summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2019-04-06 08:40:32 -0700
committerDessalines <tyhou13@gmx.com>2019-04-06 08:40:32 -0700
commita9178e1eb56972839a7f2ae58c6ddd9d28fe997e (patch)
tree9a4562713d54941e4af13d35b593f5f0ff3a7277 /.travis.yml
parent151d5aba0217c50c18a8e211e5bd020f12b9f779 (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