aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-03-05 01:01:02 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-03-05 01:01:02 +0000
commit376ece8f01d4a1b9b63e46f9eeef9d7690bed831 (patch)
treefec4b467644a1feeeab0c78365f1998564ce8c6b /.travis.yml
parent589436f41711ef23a7e16dd6db85512e791fb5e2 (diff)
downloadruby-376ece8f01d4a1b9b63e46f9eeef9d7690bed831.tar.gz
.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
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
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"