From 385ab540946ae27101167f9fea9eafc422fd36f7 Mon Sep 17 00:00:00 2001 From: Tom Black Date: Tue, 2 Apr 2019 01:49:44 -0500 Subject: Bundle dependencies with the gem --- .travis.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to '.travis.yml') 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 -- cgit v1.2.3