зеркало из https://github.com/github/ruby.git
.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:
Родитель
589436f417
Коммит
376ece8f01
|
@ -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"
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче