Skip to content

Commit

Permalink
fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmolnar committed Dec 23, 2017
1 parent d753cc1 commit 05c19fd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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'
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

0 comments on commit 05c19fd

Please sign in to comment.