From 7523183a48034e48076d643cfcd5e686dec24479 Mon Sep 17 00:00:00 2001 From: David Larrabee Date: Mon, 23 Feb 2015 21:29:23 -0500 Subject: [PATCH] Updates to RubyMotion 3.6 --- .travis.yml | 2 +- Rakefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1432492a..0435949c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ before_install: - (ruby --version) - sudo chown -R travis ~/Library/RubyMotion - mkdir -p ~/Library/RubyMotion/build - - sudo motion update --cache-version=3.3 + - sudo motion update --cache-version=3.6 gemfile: - Gemfile script: diff --git a/Rakefile b/Rakefile index e732d99b..9608aea1 100644 --- a/Rakefile +++ b/Rakefile @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -RM_VERSION = "3.3" # Update .travis.yml too +RM_VERSION = "3.6" # Update .travis.yml too unless File.exist?("/Library/RubyMotion#{RM_VERSION}/lib") abort "Couldn't find RubyMotion #{RM_VERSION}. Run `sudo motion update --cache-version=#{RM_VERSION}`." end