From 229e5053a1ea9633489e296faafc34c9c51e7391 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Wed, 8 May 2019 14:59:18 +0900 Subject: Drop -fs from rubyspec to see test results easily Recently `ruby/spec on Ruby 2.4` seems stable. --- .travis.yml | 4 ++-- 1 file 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 -- cgit v1.2.3