mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Refine .travis.yml
* Use `rake` instead of `minirake`. * Remove `gperf` configuration. Execution time seems to be reduced by about 15%.
This commit is contained in:
+1
-6
@@ -9,11 +9,6 @@ matrix:
|
||||
- os: osx
|
||||
osx_image: xcode7.1
|
||||
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- gperf
|
||||
|
||||
env:
|
||||
- MRUBY_CONFIG=travis_config.rb
|
||||
script: "./minirake -j4 all test"
|
||||
script: "rake -m -E '$stdout.sync=true' all test"
|
||||
|
||||
Reference in New Issue
Block a user