Skip to content

Commit

Permalink
Merge pull request #7 from tomshen/travis
Browse files Browse the repository at this point in the history
Add Travis CI integration
  • Loading branch information
tomshen authored Sep 20, 2016
2 parents 601c252 + 99eb6e3 commit f9636a9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
language: rust
rust:
- stable
- beta
- nightly
matrix:
allow_failures:
- nightly
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# rust-syndication

[![Build Status](https://travis-ci.org/tomshen/rust-syndication.svg?branch=master)](https://travis-ci.org/tomshen/rust-syndication)

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).

## Usage
Expand Down

0 comments on commit f9636a9

Please sign in to comment.