summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorDessalines <happydooby@gmail.com>2019-04-06 08:32:34 -0700
committerDessalines <happydooby@gmail.com>2019-04-06 08:32:34 -0700
commit2a3c99aaafbe55d92b79176ed90aff817cb9ebbe (patch)
treede6728a968dfb06c6a818abcd27789862642a736 /.travis.yml
parentcef447fa455d526ee9299a76d4490609d4ddb352 (diff)
Travis
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