]> git.lizzy.rs Git - enumset.git/blobdiff - README.md
Fix travis tests.
[enumset.git] / README.md
index cc53713d7ff055c518a0d193074c2803ddae9b22..5ebdd421b1e84a1d27dae35268765ab30fafbe11 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,7 +1,8 @@
 # enumset
 
+[![Build Status](https://api.travis-ci.org/Lymia/enumset.svg?branch=master)](https://travis-ci.org/Lymia/enumset)
 [![Latest Version](https://img.shields.io/crates/v/enumset.svg)](https://crates.io/crates/enumset)
-![Requires rustc 1.30+](https://img.shields.io/badge/rustc-1.30+-red.svg)
+![Requires rustc 1.31+](https://img.shields.io/badge/rustc-1.31+-red.svg)
 [![Rust Documentation](https://img.shields.io/badge/api-rustdoc-blue.svg)](https://docs.rs/enumset)
 
 A library for defining enums that can be used in compact bit sets.
@@ -23,5 +24,5 @@ at your option.
 ### Contribution
 
 Unless you explicitly state otherwise, any contribution intentionally submitted
-for inclusion in Serde by you, as defined in the Apache-2.0 license, shall be
-dual licensed as above, without any additional terms or conditions.
\ No newline at end of file
+for inclusion in enumset by you, as defined in the Apache-2.0 license, shall be
+dual licensed as above, without any additional terms or conditions.