Skip to content

Commit

Permalink
Use gembox for travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
bovi committed Apr 27, 2013
1 parent 498821c commit a6b8514
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions travis_config.rb
@@ -1,10 +1,6 @@
MRuby::Build.new do |conf|
toolchain :gcc

conf.gem "#{root}/mrbgems/mruby-sprintf"
conf.gem "#{root}/mrbgems/mruby-print"

Dir.glob("#{root}/mrbgems/mruby-*") do |x|
conf.gem x unless x =~ /\/mruby-(print|sprintf)$/
end
# include all core GEMs
conf.gembox 'full-core'
end

0 comments on commit a6b8514

Please sign in to comment.