From be9dba7eaba40efc59100c835c6a69fc428d7254 Mon Sep 17 00:00:00 2001 From: kud1ing Date: Sun, 12 Oct 2014 18:29:24 +0200 Subject: [PATCH] travis --- UNSTABLE.md | 2 +- generate_markdown_files.py | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/UNSTABLE.md b/UNSTABLE.md index ad03456..9141327 100644 --- a/UNSTABLE.md +++ b/UNSTABLE.md @@ -72,7 +72,7 @@ A list of awesome but unstable/experimental Rust projects which some day hopeful * [sebcrozet/kiss3d](https://github.com/sebcrozet/kiss3d) * [sebcrozet/ncollide](https://github.com/sebcrozet/ncollide) * [sebcrozet/nphysics](https://github.com/sebcrozet/nphysics) -* [SiegeLord/RustAllegro](https://github.com/SiegeLord/RustAllegro) +* [SiegeLord/RustAllegro](https://github.com/SiegeLord/RustAllegro) — [](https://travis-ci.org/SiegeLord/RustAllegro) ### Games diff --git a/generate_markdown_files.py b/generate_markdown_files.py index e3df11f..9725829 100644 --- a/generate_markdown_files.py +++ b/generate_markdown_files.py @@ -383,6 +383,8 @@ DATA = \ }, "SiegeLord/RustAllegro": { "url": "https://github.com/SiegeLord/RustAllegro", + "travis_url": "https://travis-ci.org/SiegeLord/RustAllegro", + "travis_badge": "https://travis-ci.org/SiegeLord/RustAllegro.svg?branch=master", "unstable": True }, "bjz/bullet-rs": {