Skip to content

Commit

Permalink
Disabled doctests and added travis ci
Browse files Browse the repository at this point in the history
  • Loading branch information
DarinM223 committed Jul 8, 2016
1 parent 7df0412 commit e3d57a1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
language: rust
rust:
- nightly
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ libc = "0.2"
sdl2 = "0.9"
sdl2_image = "0.3"
sdl2_ttf = "0.9"

[lib]
doctest = false
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ mold2d

#### A simple 2d platformer game library in Rust

[![Build Status](https://travis-ci.org/DarinM223/mold2d.svg?branch=master)](https://travis-ci.org/DarinM223/mold2d)

![demo](/demo.gif "Mario demo")

It includes the main game library implemented on top of SDL and a demo game that is used to
Expand Down

0 comments on commit e3d57a1

Please sign in to comment.