mirror of
https://github.com/zhigang1992/ProMotion.git
synced 2026-01-12 22:49:55 +08:00
Removed travis
This commit is contained in:
@@ -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:
|
||||
|
||||
6
Rakefile
6
Rakefile
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user