File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,6 +2,9 @@ language: objective-c
22before_install :
33 - ruby --version
44 - sudo chown -R travis ~/Library/RubyMotion
5- rvm :
6- - " 1.9.3"
7- script : bundle exec rake spec
5+ - mkdir -p ~/Library/RubyMotion/build
6+ - sudo motion update
7+ gemfile :
8+ - Gemfile
9+ script :
10+ - bundle exec rake spec
Original file line number Diff line number Diff line change 11source "https://rubygems.org"
22
33gem "rake"
4- gem "bubble-wrap"
54gem "motion-stump" , '~>0.2'
5+ gemspec
Original file line number Diff line number Diff line change 1+ PATH
2+ remote: .
3+ specs:
4+ motion_model (0.6.0 )
5+ bubble-wrap (>= 1.3.0 )
6+ motion-support (>= 0.1.0 )
7+
18GEM
29 remote: https://rubygems.org/
310 specs:
4- bubble-wrap (1.4.0 )
11+ bubble-wrap (1.7.1 )
12+ bubble-wrap-http (= 1.7.1 )
13+ bubble-wrap-http (1.7.1 )
14+ motion-require (0.2.0 )
515 motion-stump (0.3.0 )
6- rake (10.1.0 )
16+ motion-support (0.2.6 )
17+ motion-require (>= 0.0.6 )
18+ rake (10.3.2 )
719
820PLATFORMS
921 ruby
1022
1123DEPENDENCIES
12- bubble-wrap
1324 motion-stump (~> 0.2 )
25+ motion_model !
1426 rake
You can’t perform that action at this time.
0 commit comments