summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 4da3239a..26410fef 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,6 +12,9 @@ before_script:
before_install:
- cd server
script:
+ - cargo install --force diesel_cli --no-default-features --features postgres
+ - diesel migration run
+ - cargo build --all
- cargo test --all
env:
- DATABASE_URL=postgres://rrr:rrr@localhost/rrr