.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
This commit is contained in:
nobu 2015-03-05 01:01:02 +00:00
Родитель 589436f417
Коммит 376ece8f01
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -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"