aboutsummaryrefslogtreecommitdiffstats
path: root/components/selectors/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'components/selectors/README.md')
-rw-r--r--components/selectors/README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/components/selectors/README.md b/components/selectors/README.md
index ed30873a31f..dac4a7ff91a 100644
--- a/components/selectors/README.md
+++ b/components/selectors/README.md
@@ -1,11 +1,13 @@
rust-selectors
==============
-* [Documentation](https://docs.rs/selectors)
+* [![Build Status](https://travis-ci.com/servo/rust-selectors.svg?branch=master)](
+ https://travis-ci.com/servo/rust-selectors)
+* [Documentation](https://docs.rs/selectors/)
* [crates.io](https://crates.io/crates/selectors)
CSS Selectors library for Rust.
-Includes parsing and serialization of selectors,
+Includes parsing and serilization of selectors,
as well as matching against a generic tree of elements.
Pseudo-elements and most pseudo-classes are generic as well.