summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-05-08 14:59:18 +0900
committerTakashi Kokubun <takashikkbn@gmail.com>2019-05-08 14:59:21 +0900
commit229e5053a1ea9633489e296faafc34c9c51e7391 (patch)
treec464a64231ea1f36a3770b1f4da1ccc4fdb90013 /.travis.yml
parent6ec43d3d049f4736e6d0196497bfc9562001dd28 (diff)
Drop -fs from rubyspec to see test results easily
Recently `ruby/spec on Ruby 2.4` seems stable.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 7f0589609a..42e98b869f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -310,8 +310,8 @@ env:
before_install:
install:
before_script: chmod -R u+w spec/ruby
- # -j randomly hangs. Using -fs to make sure we can know problematic spec on failure.
- script: ruby -C spec/ruby ../mspec/bin/mspec -fs .
+ # -j randomly hangs.
+ script: ruby -C spec/ruby ../mspec/bin/mspec .
- &x86_64-darwin17
name: x86_64-darwin17