diff options
| author | Tom Black <[email protected]> | 2019-04-02 01:49:44 -0500 |
|---|---|---|
| committer | Tom Black <[email protected]> | 2019-04-06 21:36:59 -0500 |
| commit | 385ab540946ae27101167f9fea9eafc422fd36f7 (patch) | |
| tree | 565afff6e92fd23a5a5ba92bfd1052eaf2a08ac8 /.travis.yml | |
| parent | 7d1a4de254bd4404affd7ddcafa4ef82f3d32ded (diff) | |
| download | ruby2d-385ab540946ae27101167f9fea9eafc422fd36f7.tar.gz ruby2d-385ab540946ae27101167f9fea9eafc422fd36f7.zip | |
Bundle dependencies with the gem
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml index ec0f2d6..1347c81 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,12 +1,5 @@ os: osx -osx_image: xcode10.1 +osx_image: xcode10.2 language: ruby -before_install: - - brew update - - brew tap simple2d/tap - - brew install simple2d mruby script: - rake - - ruby2d build --native test/ci-build.rb - - ./build/app - # - ruby2d build --web test/ci-build.rb |
