summaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorTom Black <[email protected]>2017-04-08 23:17:18 -0400
committerTom Black <[email protected]>2017-04-13 15:22:05 -0400
commit10d9acbe39a6e649e8752c3d06d1157d43b6e73a (patch)
tree0da91cd30d4e900d4b1d5c4d0e5b0d656997811e /.travis.yml
parent193315380ed9c714e5f78b7d1b1224cfc68ccaaa (diff)
downloadruby2d-10d9acbe39a6e649e8752c3d06d1157d43b6e73a.tar.gz
ruby2d-10d9acbe39a6e649e8752c3d06d1157d43b6e73a.zip
Add mouse events, introduce event structs
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 2d4190a..efbcf69 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,12 +1,12 @@
os: osx
-osx_image: xcode8
+osx_image: xcode8.3
language: ruby
rvm:
- - 2.2.5
+ - 2.4.0
before_install:
- sw_vers
- brew update
- brew tap simple2d/tap
- - brew install simple2d
+ - brew install --HEAD simple2d
script:
- rake