From af260b3cb978f87cf79aa234ea1a97ec4f88cfb9 Mon Sep 17 00:00:00 2001 From: Tom Black Date: Thu, 21 Apr 2016 23:23:52 -0400 Subject: Adding Travis CI --- .travis.yml | 10 ++++++++++ README.md | 2 ++ 2 files changed, 12 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..83ba7df --- /dev/null +++ b/.travis.yml @@ -0,0 +1,10 @@ +os: osx +language: ruby +rvm: + - 2.2.3 +before_install: + - brew update + - brew tap simple2d/tap + - brew install simple2d +script: + - rake diff --git a/README.md b/README.md index fe62ffe..ee012a8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Welcome to Ruby 2D! +[![Build Status](https://travis-ci.org/ruby2d/ruby2d.svg?branch=master)](https://travis-ci.org/ruby2d/ruby2d) + This is the [Ruby 2D gem](https://rubygems.org/gems/ruby2d). Check out the [website](http://www.ruby2d.com) for help getting started, documentation, news, and more. See where we're headed in the [roadmap](http://www.ruby2d.com/roadmap) and learn about [contributing](http://www.ruby2d.com/contribute). If you encounter any issues, ping the [mailing list](https://groups.google.com/d/forum/ruby2d). ## Development -- cgit v1.2.3