summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 4a30e576..8f57da19 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,5 +17,6 @@ script:
- cd server
- cargo install diesel_cli --no-default-features --features postgres
- cargo install
- - cargo build --verbose --all
- - cargo test --verbose --all
+ - diesel migration run
+ - cargo build --all
+ - cargo test --all