Set up project to build on Travis.
This commit is contained in:
parent
3c0c947262
commit
94069b0eb2
9
.travis.yml
Normal file
9
.travis.yml
Normal file
@ -0,0 +1,9 @@
|
||||
language: "rust"
|
||||
notifications:
|
||||
email: false
|
||||
irc:
|
||||
channels:
|
||||
- "chat.freenode.net#ruma"
|
||||
use_notice: true
|
||||
rust:
|
||||
- "nightly"
|
@ -1,9 +1,9 @@
|
||||
[package]
|
||||
authors = ["Jimmy Cuadra <jimmy@jimmycuadra.com>"]
|
||||
description = "Serializable types for the events in the Matrix specification."
|
||||
documentation = "http://ruma.github.io/ruma-events/ruma_events"
|
||||
documentation = "https://ruma.github.io/ruma-events/ruma_events/"
|
||||
homepage = "https://github.com/ruma/ruma-events"
|
||||
keywords = ["matrix", "matrix.org", "chat", "messaging", "ruma"]
|
||||
keywords = ["matrix", "chat", "messaging", "ruma"]
|
||||
license = "MIT"
|
||||
name = "ruma-events"
|
||||
readme = "README.md"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# ruma-events
|
||||
|
||||
[](https://travis-ci.org/ruma/ruma-events)
|
||||
|
||||
**ruma-events** contains serializable types for the events in the [Matrix](https://matrix.org/) specification that can be shared by client and server code.
|
||||
|
||||
## Status
|
||||
|
Loading…
x
Reference in New Issue
Block a user