diff --git a/README.md b/README.md
index 67e2dc2..26d7bd4 100644
--- a/README.md
+++ b/README.md
@@ -92,7 +92,7 @@ Only projects that are stable and useful to users are added. Projects that do no
* PostgreSql
* [sfackler/rust-postgres](https://github.com/sfackler/rust-postgres) — a native [PostgreSQL](http://www.postgresql.org) client [](https://travis-ci.org/sfackler/rust-postgres)
* Sqlite
- * [linuxfood/rustsqlite](https://github.com/linuxfood/rustsqlite) — [Sqlite3](http://www.sqlite.org/) bindings
+ * [linuxfood/rustsqlite](https://github.com/linuxfood/rustsqlite) — [Sqlite3](http://www.sqlite.org/) bindings [](https://travis-ci.org/linuxfood/rustsqlite)
### Date and time
diff --git a/generate_markdown_files.py b/generate_markdown_files.py
index 34d4a1e..a8c03b1 100644
--- a/generate_markdown_files.py
+++ b/generate_markdown_files.py
@@ -285,6 +285,8 @@ DATA = \
"linuxfood/rustsqlite": {
"url": "https://github.com/linuxfood/rustsqlite",
"descr": md_link('Sqlite3', 'http://www.sqlite.org/') + " bindings",
+ "travis_url": "https://travis-ci.org/linuxfood/rustsqlite",
+ "travis_badge": "https://travis-ci.org/linuxfood/rustsqlite.svg?branch=master"
},
"dwrensha/capnproto-rust": {
"url": "https://github.com/dwrensha/capnproto-rust",