aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorKazuhiro NISHIYAMA <zn@mbf.nifty.com>2019-04-29 12:19:07 +0900
committerKazuhiro NISHIYAMA <zn@mbf.nifty.com>2019-04-29 12:21:50 +0900
commit69cad44facc4dedfe181c6a669b63fb9da2aa673 (patch)
tree3adfbcc1df8f919242bf6a6f37bd7766be78dbb2 /.travis.yml
parent812a438145a604e1361d4bf07cc3d81452cfb0ec (diff)
downloadruby-69cad44facc4dedfe181c6a669b63fb9da2aa673.tar.gz
Reduce debug output
because I found machine clock problem see r67347 https://travis-ci.org/ruby/ruby/jobs/525784924 https://travis-ci.community/t/mtime-of-source-codes-are-sometimes-newer-than-build-time-clock-skew/3215
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml10
1 files changed, 0 insertions, 10 deletions
diff --git a/.travis.yml b/.travis.yml
index d78c8c2d1a..6231f72509 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -412,16 +412,6 @@ before_script:
# Debugging "Permission defined" failure on darwin like https://travis-ci.org/ruby/ruby/jobs/508683759
set -x
date
- echo $USER
- ls -la
- ls -la .ext
- ls -la .ext/common
- ls -la .ext/common/bigdecimal
- ls -la ext
- ls -laR ext/bigdecimal
- ls -la ../ext
- ls -laR ../ext/bigdecimal
- umask
./miniruby -e 'ARGV.map{[@1,File.stat(@1)]}.sort_by{@2.mtime}.each{p mtime:@2.mtime.to_f, ctime:@2.ctime.to_f, path:@1}' .ext/.timestamp/.RUBYCOMMONDIR*time .ext/common/bigdecimal/*.rb ../ext/bigdecimal/lib/bigdecimal/*.rb . .. .ext .ext/common .ext/common/bigdecimal ext/bigdecimal ../ext ../ext/bigdecimal ../ext/bigdecimal/lib ../ext/bigdecimal/lib/bigdecimal
fi
exit 1