From 8a72eacef7727d6fd94cc0c792301f68eb900c34 Mon Sep 17 00:00:00 2001 From: kud1ing Date: Fri, 9 Jan 2015 21:37:09 +0100 Subject: [PATCH] travis --- README.md | 2 +- generate_markdown_files.py | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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",