aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJun Aruga <jaruga@redhat.com>2023-11-03 15:21:25 +0100
committerJun Aruga <junaruga@users.noreply.github.com>2023-11-03 17:12:27 +0100
commitd4045b0660e9aafb8309a1dd0e470ee9c998c799 (patch)
treee0eff2ded096b4d3791640a471f81f34990940c0
parentcc9bcad79c4a49fb1772acf58358283f8492d043 (diff)
downloadruby-d4045b0660e9aafb8309a1dd0e470ee9c998c799.tar.gz
.travis.yml: Add Ruby and RubyGems version info.
The version information is useful to report issues to Ruby and RubyGems projects.
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 1159d7cb2e..5fe5b94764 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -122,6 +122,10 @@ before_script:
- $SETARCH ../configure -C --disable-install-doc --prefix=$(pwd)/install
- $SETARCH make -s $JOBS
- make -s $JOBS install
+ # Useful info to report issues to the Ruby.
+ - $SETARCH $(pwd)/install/bin/ruby -v
+ # Useful info To report issues to the RubyGems.
+ - $SETARCH $(pwd)/install/bin/gem env
script:
- $SETARCH make -s test