File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -24,15 +24,17 @@ jobs:
24
24
language : objective-c
25
25
rvm : 2.4.2 # pre-installed in image
26
26
cache :
27
- - bundler
28
- - cocoapods
27
+ bundler : false
28
+ gemfile :
29
+ - Gemfile
29
30
script :
30
- - sudo chown -R travis ~/Library/RubyMotion
31
+ - wget http://travisci.rubymotion.com/ -O RubyMotion-TravisCI.pkg
32
+ - sudo installer -pkg RubyMotion-TravisCI.pkg -target /
33
+ - cp -r /usr/lib/swift/*.dylib /Applications/Xcode.app/Contents/Frameworks/
34
+ - touch /Applications/Xcode.app/Contents/Frameworks/.swift-5-staged
31
35
- sudo mkdir -p ~/Library/RubyMotion/build
32
- - sudo chown -R travis ~/Library/RubyMotion/build
33
- - sudo motion update
34
- - sudo motion repo
36
+ - sudo chown -R travis ~/Library/RubyMotion
37
+ - eval " sudo motion activate $RUBYMOTION_LICENSE"
38
+ - sudo motion update && motion repo
35
39
- cd rubymotion
36
- - bundle install --gemfile=./Gemfile --jobs=3 --retry=3
37
- - bundle exec rake clean
38
40
- bundle exec rake spec
You can’t perform that action at this time.
0 commit comments