summaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
blob: 2d4190a864e314ba36642c65b9db28cc610cba96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
os: osx
osx_image: xcode8
language: ruby
rvm:
  - 2.2.5
before_install:
  - sw_vers
  - brew update
  - brew tap simple2d/tap
  - brew install simple2d
script:
  - rake