Skip to content

Commit 8259ba7

Browse files
author
pierresy
committed
Added travis configuration file
Updated readme
1 parent b42d54c commit 8259ba7

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
language: rust
2+
rust:
3+
- stable
4+
- beta
5+
- nightly
6+
matrix:
7+
allow_failure:
8+
- rust: nightly
9+
10+
before_script:
11+
- sudo apt-get install libsctp1 libsctp-dev lksctp-tools

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1+
![License](http://img.shields.io/badge/license-MIT-lightgrey.svg)
2+
[![Build Status](https://travis-ci.org/phsym/rust-sctp.svg)](https://travis-ci.org/phsym/rust-sctp)
3+
[![Crates.io](https://img.shields.io/crates/v/rust-sctp.svg)](https://crates.io/crates/rust-sctp)
4+
15
# rust-sctp
26
SCTP networking library for Rust

0 commit comments

Comments
 (0)