summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorTom Black <[email protected]>2016-04-21 23:23:52 -0400
committerTom Black <[email protected]>2016-04-21 23:23:52 -0400
commitaf260b3cb978f87cf79aa234ea1a97ec4f88cfb9 (patch)
tree6d5cddbf33509002a33f5dda66af35aba278adc1
parentbfb3bde4aa0824b7aaea71a9a85158724c74e678 (diff)
downloadruby2d-af260b3cb978f87cf79aa234ea1a97ec4f88cfb9.tar.gz
ruby2d-af260b3cb978f87cf79aa234ea1a97ec4f88cfb9.zip
Adding Travis CI
-rw-r--r--.travis.yml10
-rw-r--r--README.md2
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
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