ruby-changes:37751
From: nobu <ko1@a...>
Date: Wed, 4 Mar 2015 00:38:34 +0900 (JST)
Subject: [ruby-changes:37751] nobu:r49832 (trunk): .travis.yml: no diagnostic reports
nobu 2015-03-04 00:37:47 +0900 (Wed, 04 Mar 2015) New Revision: 49832 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=49832 Log: .travis.yml: no diagnostic reports * .travis.yml (script): no diagnostic reports files should be left. Modified files: trunk/.travis.yml Index: .travis.yml =================================================================== --- .travis.yml (revision 49831) +++ .travis.yml (revision 49832) @@ -68,6 +68,7 @@ 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/