ruby-changes:37766
From: nobu <ko1@a...>
Date: Thu, 5 Mar 2015 10:01:16 +0900 (JST)
Subject: [ruby-changes:37766] nobu:r49847 (trunk): .travis.yml: no check for diagnostic reports
nobu 2015-03-05 10:01:02 +0900 (Thu, 05 Mar 2015) New Revision: 49847 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=49847 Log: .travis.yml: no check for diagnostic reports * .travis.yml (after_failure): remove false positive check by diagnostic reports. Modified files: trunk/.travis.yml Index: .travis.yml =================================================================== --- .travis.yml (revision 49846) +++ .travis.yml (revision 49847) @@ -68,7 +68,6 @@ script: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L68 - "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" -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/