summaryrefslogtreecommitdiffstats
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
parent00d9a88dbd4d139370abc5057d03dcdcf3210b3f (diff)
Travis
-rw-r--r--.travis.yml5
-rw-r--r--README.md2
2 files changed, 5 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
diff --git a/README.md b/README.md
index f0fbd363..f753c550 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
# Lemmy
+[![Build Status](https://travis-ci.org/dessalines/lemmy.svg?branch=master)](https://travis-ci.org/dessalines/lemmy)
+
We have a twitter alternative (mastodon), a facebook alternative (friendica), so let's build a reddit alternative in the fediverse.
[Matrix Chat: #rust-reddit-fediverse:matrix.org](https://riot.im/app/#/room/#rust-reddit-fediverse:matrix.org)