From 1ff8342bd27e49d64935572e048ac7fd1d085f21 Mon Sep 17 00:00:00 2001 From: David Larrabee Date: Sun, 25 Jan 2015 10:08:34 -0500 Subject: [PATCH] Updates to RubyMotion 3.3 --- .travis.yml | 2 +- Rakefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ece0503e..1432492a 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.2 + - sudo motion update --cache-version=3.3 gemfile: - Gemfile script: diff --git a/Rakefile b/Rakefile index 68348e24..e732d99b 100644 --- a/Rakefile +++ b/Rakefile @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -RM_VERSION = "3.2" # Update .travis.yml too +RM_VERSION = "3.3" # 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