Updated to RubyMotion 2.32

This commit is contained in:
Jamon Holmgren
2014-09-04 09:45:00 -07:00
parent 90b0dd6aa1
commit b189b521d7
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ before_install:
- (ruby --version)
- sudo chown -R travis ~/Library/RubyMotion
- mkdir -p ~/Library/RubyMotion/build
- sudo motion update --cache-version=2.31
- sudo motion update --cache-version=2.32
gemfile:
- Gemfile
script:

View File

@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
$:.unshift("/Library/RubyMotion2.31/lib")
$:.unshift("/Library/RubyMotion2.32/lib")
require 'motion/project/template/ios'
require 'bundler'
Bundler.require(:development)