We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 589436f commit 376ece8Copy full SHA for 376ece8
.travis.yml
@@ -68,7 +68,6 @@ script:
68
- "make test"
69
- "make test-all TESTOPTS='-q -j2'"
70
- "make test-rubyspec"
71
- - "if [[ $TRAVIS_OS_NAME = 'osx' ]] && cd ~/Library/Logs/DiagnosticReports; then set ruby_\\*.crash; ! [ -f $1 ]; else :; fi"
72
after_failure:
73
- "if [[ $TRAVIS_OS_NAME = 'osx' ]]; then find ~/Library/Logs/DiagnosticReports -type f -name ruby_\\*.crash -ls -execdir cat {} \\; -delete; fi"
74
0 commit comments