From 376ece8f01d4a1b9b63e46f9eeef9d7690bed831 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 5 Mar 2015 01:01:02 +0000 Subject: .travis.yml: no check for diagnostic reports * .travis.yml (after_failure): remove false positive check by diagnostic reports. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49847 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9632c4991c..8b34110bd1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -68,7 +68,6 @@ 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" -- cgit v1.2.3