diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 02c0b84c6d..eaabafd6e1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -169,7 +169,8 @@ matrix: before_install: install: before_script: chmod -R u+w spec/ruby - script: ruby -C spec/ruby ../mspec/bin/mspec -j . + # -j randomly hangs. Using -fs to make sure we can know problematic spec on failure. + script: ruby -C spec/ruby ../mspec/bin/mspec -fs . allow_failures: - name: pedanticism fast_finish: true |