Set up project to build on Travis.

This commit is contained in:
Jimmy Cuadra 2016-07-28 02:24:34 -07:00
parent 3c0c947262
commit 94069b0eb2
3 changed files with 13 additions and 2 deletions

9
.travis.yml Normal file
View File

@ -0,0 +1,9 @@
language: "rust"
notifications:
email: false
irc:
channels:
- "chat.freenode.net#ruma"
use_notice: true
rust:
- "nightly"

View File

@ -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"

View File

@ -1,5 +1,7 @@
# ruma-events
[![Build Status](https://travis-ci.org/ruma/ruma-events.svg?branch=master)](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