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