Skip to content

Commit

Permalink
fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmolnar committed Dec 24, 2017
1 parent d753cc1 commit 6e5579a
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 12 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ before_install:
- sudo mkdir -p ~/Library/RubyMotion/build
- sudo chown -R travis ~/Library/RubyMotion/build
script:
- bundle install
- rake build:ios
- cd test && bundle install
- ruby server.rb &
- bundle exec rake ios:clean:all
- bundle exec rake ios:spec
- rake ios:clean:all
- rake ios:spec
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
source 'https://rubygems.org'
gemspec
gem 'rake'
gem 'motion-gradle'
8 changes: 1 addition & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
PATH
remote: .
specs:
motion-flow (0.1.9)
motion-gradle

GEM
remote: https://rubygems.org/
specs:
Expand All @@ -14,7 +8,7 @@ PLATFORMS
ruby

DEPENDENCIES
motion-flow!
motion-gradle
rake

BUNDLED WITH
Expand Down
2 changes: 0 additions & 2 deletions motion-flow.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,4 @@ Gem::Specification.new do |spec|
Dir.glob('template/**/*') +
Dir.glob('vendor/**/*')
spec.metadata = { "rubymotion_template_dir" => "template" }
spec.add_development_dependency 'rake'
spec.add_dependency 'motion-gradle'
end
31 changes: 31 additions & 0 deletions test/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
GEM
remote: https://rubygems.org/
specs:
daemons (1.2.5)
eventmachine (1.2.5)
mustermann (1.0.1)
rack (2.0.3)
rack-protection (2.0.0)
rack
rake (12.3.0)
sinatra (2.0.0)
mustermann (~> 1.0)
rack (~> 2.0)
rack-protection (= 2.0.0)
tilt (~> 2.0)
thin (1.7.2)
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0, >= 1.0.4)
rack (>= 1, < 3)
tilt (2.0.8)

PLATFORMS
ruby

DEPENDENCIES
rake
sinatra
thin

BUNDLED WITH
1.16.0

0 comments on commit 6e5579a

Please sign in to comment.