File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
# test against both regular Ruby and RubyMotion
2
2
language : objective-c
3
3
rvm :
4
- - 2.1 .3
4
+ - 2.4 .3
5
5
before_install :
6
6
- (ruby --version)
7
- - sudo chown -R travis ~/Library/RubyMotion
8
- - sudo mkdir -p ~/Library/RubyMotion/build
9
- - sudo chown -R travis ~/Library/RubyMotion/build
10
- - sudo motion update
7
+ # - sudo chown -R travis ~/Library/RubyMotion
8
+ # - sudo mkdir -p ~/Library/RubyMotion/build
9
+ # - sudo chown -R travis ~/Library/RubyMotion/build
10
+ # - sudo motion update
11
11
script :
12
12
- bundle install --jobs=3 --retry=3
13
13
- bundle exec rake spec
14
- - cd rubymotion
15
- - bundle install --gemfile=./Gemfile --jobs=3 --retry=3
16
- - bundle exec rake clean
17
- - bundle exec rake spec
14
+ # - cd rubymotion
15
+ # - bundle install --gemfile=./Gemfile --jobs=3 --retry=3
16
+ # - bundle exec rake clean
17
+ # - bundle exec rake spec
You can’t perform that action at this time.
0 commit comments