diff options
author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2019-07-16 17:23:43 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2019-07-16 17:23:43 +0900 |
commit | 76c6cf2cbc549dead57725ccd934a42df5bc150d (patch) | |
tree | bc05657424e1593b49a0cffab7a4bde9738ca529 /.travis.yml | |
parent | 75fb0a9afad1685cedee9c7665a7f30ec95068fc (diff) | |
download | ruby-76c6cf2cbc549dead57725ccd934a42df5bc150d.tar.gz |
Print debugging information when updating failed
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 36a9f8d157..0dbcde7464 100644 --- a/.travis.yml +++ b/.travis.yml @@ -417,7 +417,7 @@ before_script: date if ! make -s $JOBS $UPDATE_UNICODE up; then # Prevent random failure by missing build dependency like https://travis-ci.org/ruby/ruby/jobs/558571461 - make -s $JOBS $UPDATE_UNICODE ALWAYS_UPDATE_UNICODE=yes up + make --debug -s $JOBS $UPDATE_UNICODE up fi - date; make -s $JOBS srcs - rm -f config.status Makefile rbconfig.rb .rbconfig.time |