diff options
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index ae3603e..e441480 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,13 @@ os: osx -osx_image: xcode9.2 +osx_image: xcode9.3 language: ruby before_install: - sw_vers - brew update - brew tap simple2d/tap - - brew install simple2d + - brew install simple2d mruby script: - rake + - ruby2d build --native test/ci-build.rb + - ./build/app + - ruby2d build --web test/ci-build.rb |
