summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorKOBAYASHI Shuji <[email protected]>2019-12-22 11:26:28 +0900
committerKOBAYASHI Shuji <[email protected]>2019-12-22 11:48:04 +0900
commit5974d53ab08eead641d6271aee10b5984370c130 (patch)
treef84feefac889d132551bbca3fd40891bba68bb5a
parent089bb6acad7e6c3977d1b36c943739b3447af6b8 (diff)
downloadmruby-5974d53ab08eead641d6271aee10b5984370c130.tar.gz
mruby-5974d53ab08eead641d6271aee10b5984370c130.zip
Refine `.travis.yml`
* Use `rake` instead of `minirake`. * Remove `gperf` configuration. Execution time seems to be reduced by about 15%.
-rw-r--r--.travis.yml7
1 files changed, 1 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index 9ef7009a6..b57ee9727 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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"