mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Add more debug print for random CI failure on osx Travis
see r67347
This commit is contained in:
parent
3581a64239
commit
c9715eb494
1 changed files with 3 additions and 1 deletions
|
@ -371,8 +371,10 @@ before_script:
|
|||
ls -la .ext/common/bigdecimal
|
||||
ls -la ext
|
||||
ls -laR ext/bigdecimal
|
||||
ls -la ../ext
|
||||
ls -laR ../ext/bigdecimal
|
||||
umask
|
||||
git status
|
||||
(cd .. && git status)
|
||||
fi
|
||||
exit 1
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue