Skip to content

Commit e4669eb

Browse files
committed
Update for Travis
1 parent c959d73 commit e4669eb

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.travis.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ rvm:
44
- 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)