about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
Diffstat (limited to 'src/doc/rustc-dev-guide')
-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