Skip to content

Commit 376ece8

Browse files
committed
.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
1 parent 589436f commit 376ece8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ script:
6868
- "make test"
6969
- "make test-all TESTOPTS='-q -j2'"
7070
- "make test-rubyspec"
71-
- "if [[ $TRAVIS_OS_NAME = 'osx' ]] && cd ~/Library/Logs/DiagnosticReports; then set ruby_\\*.crash; ! [ -f $1 ]; else :; fi"
7271
after_failure:
7372
- "if [[ $TRAVIS_OS_NAME = 'osx' ]]; then find ~/Library/Logs/DiagnosticReports -type f -name ruby_\\*.crash -ls -execdir cat {} \\; -delete; fi"
7473

0 commit comments

Comments
 (0)