From f18951abda345829b5b18f489992498b522a13e5 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 3 Mar 2015 15:37:47 +0000 Subject: [PATCH] .travis.yml: no diagnostic reports * .travis.yml (script): no diagnostic reports files should be left. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49832 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 8b34110bd1..9632c4991c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -68,6 +68,7 @@ script: - "make test" - "make test-all TESTOPTS='-q -j2'" - "make test-rubyspec" + - "if [[ $TRAVIS_OS_NAME = 'osx' ]] && cd ~/Library/Logs/DiagnosticReports; then set ruby_\\*.crash; ! [ -f $1 ]; else :; fi" after_failure: - "if [[ $TRAVIS_OS_NAME = 'osx' ]]; then find ~/Library/Logs/DiagnosticReports -type f -name ruby_\\*.crash -ls -execdir cat {} \\; -delete; fi"