diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-04-27 07:23:55 -0700 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-04-27 07:23:55 -0700 |
| commit | fad94ba5006d3ef9423fb684eeeb0639adb94ec3 (patch) | |
| tree | b2f4db3dd1cbe463edb3fbcafdbc1248d87a5888 /travis_config.rb | |
| parent | 495f66b9f17a36f9e85b370d9d51d5d8809b3ae8 (diff) | |
| parent | 3875140afe6c83868d4469fd170d831bef71a310 (diff) | |
| download | mruby-fad94ba5006d3ef9423fb684eeeb0639adb94ec3.tar.gz mruby-fad94ba5006d3ef9423fb684eeeb0639adb94ec3.zip | |
Merge pull request #1218 from bovi/gembox
GemBox
Diffstat (limited to 'travis_config.rb')
| -rw-r--r-- | travis_config.rb | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/travis_config.rb b/travis_config.rb index 0ba2c38f1..040b1a255 100644 --- a/travis_config.rb +++ b/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 |
