Commit 5974d53a authored by KOBAYASHI Shuji's avatar KOBAYASHI Shuji

Refine `.travis.yml`

* Use `rake` instead of `minirake`.
* Remove `gperf` configuration.

Execution time seems to be reduced by about 15%.
parent 089bb6ac
......@@ -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"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment