Link to travis and crates.io
diff --git a/README.md b/README.md
index de5ac90..c26ec75 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,8 @@
# proc-macro2
-[Documentation](https://docs.rs/proc-macro2)
+[](https://travis-ci.org/alexcrichton/proc-macro2)
+[](https://crates.io/crates/proc-macro2)
+[](https://docs.rs/proc-macro2)
A small shim over the `proc_macro` crate in the compiler intended to multiplex
the current stable interface (as of 2017-07-05) and the [upcoming richer