diff --git a/README.md b/README.md
index 2241342..a932d20 100644
--- a/README.md
+++ b/README.md
@@ -136,7 +136,7 @@ Only projects that are stable and useful to users are added. Projects that do no
### Testing
* [BurntSushi/quickcheck](https://github.com/BurntSushi/quickcheck) — a Rust implementation of [QuickCheck](http://www.haskell.org/haskellwiki/Introduction_to_QuickCheck1) [](https://travis-ci.org/BurntSushi/quickcheck)
-* [farcaller/shiny](https://github.com/farcaller/shiny) — a fancy syntax similar to ruby's rspec or Objective-C's kiwi
+* [farcaller/shiny](https://github.com/farcaller/shiny) — a fancy syntax similar to ruby's rspec or Objective-C's kiwi [](https://travis-ci.org/farcaller/shiny)
### Web programming
diff --git a/generate_markdown_files.py b/generate_markdown_files.py
index fc7ca42..e3426dd 100644
--- a/generate_markdown_files.py
+++ b/generate_markdown_files.py
@@ -234,7 +234,9 @@ DATA = \
},
"farcaller/shiny": {
"url": "https://github.com/farcaller/shiny",
- "descr": "a fancy syntax similar to ruby's rspec or Objective-C's kiwi"
+ "descr": "a fancy syntax similar to ruby's rspec or Objective-C's kiwi",
+ "travis_url": "https://travis-ci.org/farcaller/shiny",
+ "travis_badge": "https://travis-ci.org/farcaller/shiny.svg?branch=master"
},
"chris-morgan/rust-http": {
"url": "https://github.com/chris-morgan/rust-http",