Add Travis CI support

This commit is contained in:
str4d
2017-04-30 13:04:09 +12:00
parent ef77e483ec
commit 4a709ee3c6
2 changed files with 12 additions and 0 deletions

10
.travis.yml Normal file
View File

@ -0,0 +1,10 @@
language: rust
rust:
- stable
- beta
- nightly
matrix:
allow_failures:
- nightly

View File

@ -1,5 +1,7 @@
# i2p-rs
[![Build Status](https://travis-ci.org/i2p/i2p-rs.svg?branch=master)](https://travis-ci.org/i2p/i2p-rs)
A Rust crate for interacting with I2P.
## Development Status