Merge pull request #6 from tikue/license-badge

Add MIT license badge
This commit is contained in:
Tim
2016-02-12 10:38:18 -08:00
2 changed files with 11 additions and 2 deletions

View File

@@ -2,7 +2,15 @@ language: rust
rust:
- nightly
before_script:
- |
pip install 'travis-cargo<0.2' --user &&
export PATH=$HOME/.local/bin:$PATH
script:
- |
(cd tarpc && cargo build) &&
(cd tarpc && cargo test)
after_success:
- (cd tarpc && travis-cargo coveralls --no-sudo)

View File

@@ -1,6 +1,7 @@
## tarpc: Tim & Adam's RPC lib
[![Travis-CI
Status](https://travis-ci.org/google/tarpc.png?branch=master)](https://travis-ci.org/google/tarpc)
[![Travis-CI Status](https://travis-ci.org/google/tarpc.png?branch=master)](https://travis-ci.org/google/tarpc)
[![Coverage Status](https://coveralls.io/repos/github/google/tarpc/badge.svg?branch=master)](https://coveralls.io/github/google/tarpc?branch=master)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](LICENSE.txt)
*Disclaimer*: This is not an official Google product.