mirror of https://github.com/LemmyNet/lemmy.git
Travis
parent
00d9a88dbd
commit
151d5aba02
|
@ -17,5 +17,6 @@ script:
|
||||||
- cd server
|
- cd server
|
||||||
- cargo install diesel_cli --no-default-features --features postgres
|
- cargo install diesel_cli --no-default-features --features postgres
|
||||||
- cargo install
|
- cargo install
|
||||||
- cargo build --verbose --all
|
- diesel migration run
|
||||||
- cargo test --verbose --all
|
- cargo build --all
|
||||||
|
- cargo test --all
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
# Lemmy
|
# 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.
|
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)
|
[Matrix Chat: #rust-reddit-fediverse:matrix.org](https://riot.im/app/#/room/#rust-reddit-fediverse:matrix.org)
|
||||||
|
|
Loading…
Reference in New Issue