diff options
| author | Tom Black <[email protected]> | 2016-04-21 23:23:52 -0400 |
|---|---|---|
| committer | Tom Black <[email protected]> | 2016-04-21 23:23:52 -0400 |
| commit | af260b3cb978f87cf79aa234ea1a97ec4f88cfb9 (patch) | |
| tree | 6d5cddbf33509002a33f5dda66af35aba278adc1 /.travis.yml | |
| parent | bfb3bde4aa0824b7aaea71a9a85158724c74e678 (diff) | |
| download | ruby2d-af260b3cb978f87cf79aa234ea1a97ec4f88cfb9.tar.gz ruby2d-af260b3cb978f87cf79aa234ea1a97ec4f88cfb9.zip | |
Adding Travis CI
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 10 |
1 files changed, 10 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 |
