about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide/README.md
diff options
context:
space:
mode:
authorWho? Me?! <mark-i-m@users.noreply.github.com>2019-11-05 11:32:44 -0600
committerWho? Me?! <mark-i-m@users.noreply.github.com>2019-11-05 11:59:04 -0600
commit4a01cb86fe1a2413196f4e57ffdaa49655d96cd2 (patch)
tree0b544a243c2076ce9ec1f04d7546de354664fcd4 /src/doc/rustc-dev-guide/README.md
parent4b61151de3c67a5c9ce4f001469cd9a0fe34712a (diff)
downloadrust-4a01cb86fe1a2413196f4e57ffdaa49655d96cd2.tar.gz
rust-4a01cb86fe1a2413196f4e57ffdaa49655d96cd2.zip
Add travis badge to README
Diffstat (limited to 'src/doc/rustc-dev-guide/README.md')
-rw-r--r--src/doc/rustc-dev-guide/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/doc/rustc-dev-guide/README.md b/src/doc/rustc-dev-guide/README.md
index a5481e82c7f..12d46b4e528 100644
--- a/src/doc/rustc-dev-guide/README.md
+++ b/src/doc/rustc-dev-guide/README.md
@@ -1,3 +1,6 @@
+![Travis CI badge](https://api.travis-ci.com/rust-lang/rustc-guide.svg?branch=master)
+
+
 This is a collaborative effort to build a guide that explains how rustc
 works. The aim of the guide is to help new contributors get oriented
 to rustc, as well as to help more experienced folks in figuring out