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": {