Skip to content

Commit 1fb4a3b

Browse files
committed
Disable RubyMotion in travis for now
as it does not seem to be supported any longer
1 parent b85b6b1 commit 1fb4a3b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.travis.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# test against both regular Ruby and RubyMotion
22
language: objective-c
33
rvm:
4-
- 2.1.3
4+
- 2.4.3
55
before_install:
66
- (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
1111
script:
1212
- bundle install --jobs=3 --retry=3
1313
- 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

0 commit comments

Comments
 (0)