summaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorTom Black <[email protected]>2019-01-03 16:49:51 -0800
committerTom Black <[email protected]>2019-01-03 16:57:23 -0800
commitddc3d31a09557d4d24068078e9d4011df260dc93 (patch)
treee043e8080c97cd109cad08076bb0931ec49098c0 /.travis.yml
parentbe713c960e2b9f675e04c6d7cdabb3cd61a0d62d (diff)
downloadruby2d-ddc3d31a09557d4d24068078e9d4011df260dc93.tar.gz
ruby2d-ddc3d31a09557d4d24068078e9d4011df260dc93.zip
Color enhancements, fixes, refactoring
Opacity and color can now be set for sprites. Opacity can now also be set when instantiating a new renderable object. `Color.from(c)` renamed to `Color.set(c)` for clarity. `Renderable` module includes more common functionality.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 377b7a2..289f4a6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,9 +1,7 @@
os: osx
-osx_image: xcode10
+osx_image: xcode10.1
language: ruby
before_install:
- - sw_vers
- - brew update
- brew tap simple2d/tap
- brew install simple2d mruby
script: