aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-03-03 15:37:47 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-03-03 15:37:47 +0000
commitf18951abda345829b5b18f489992498b522a13e5 (patch)
treed988d82d82cfa82777f113faace26e18a0933ceb /.travis.yml
parent70e0a56c89b8cea482d6725c5f3809501ebb9e95 (diff)
downloadruby-f18951abda345829b5b18f489992498b522a13e5.tar.gz
.travis.yml: no diagnostic reports
* .travis.yml (script): no diagnostic reports files should be left. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49832 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 8b34110bd1..9632c4991c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -68,6 +68,7 @@ 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"