diff options
| -rw-r--r-- | .travis.yml | 10 | ||||
| -rw-r--r-- | README.md | 2 |
2 files changed, 12 insertions, 0 deletions
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 @@ -1,5 +1,7 @@ # Welcome to Ruby 2D! +[](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 |
