Skip to content

Commit d1d5058

Browse files
committed
Add Travis CI integration
1 parent 601c252 commit d1d5058

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
language: rust
2+
rust:
3+
- stable
4+
- beta
5+
- nightly
6+
matrix:
7+
allow_failures:
8+
- nightly

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# rust-syndication
22

3+
[![Build Status](https://travis-ci.org/tomshen/rust-syndication.svg?branch=master)](https://travis-ci.org/tomshen/rust-syndication)
4+
35
Library for serializing Atom and RSS web feeds. Wraps around [rust-atom](https://github.com/vtduncan/rust-atom) and [rust-rss](https://github.com/frewsxcv/rust-rss).
46

57
## Usage

0 commit comments

Comments
 (0)