summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index e7e6a735..f9249c13 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,6 +12,8 @@ before_script:
before_install:
- cd server
script:
+ - cargo install diesel_cli -- force --no-default-features --features postgres
+ - diesel migration run
- cargo build --all
- cargo test --all
env: