Removed travis

This commit is contained in:
Jamon Holmgren
2015-02-26 22:23:44 -08:00
parent dbec11f925
commit 3c8482b651
2 changed files with 2 additions and 6 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=3.6
- sudo motion update
gemfile:
- Gemfile
script:

View File

@@ -1,9 +1,5 @@
# -*- coding: utf-8 -*-
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
$:.unshift("/Library/RubyMotion#{RM_VERSION}/lib")
$:.unshift("/Library/RubyMotion/lib")
require 'motion/project/template/ios'
require 'bundler'
Bundler.require(:development)