ruby-changes:33606
From: naruse <ko1@a...>
Date: Wed, 23 Apr 2014 13:49:01 +0900 (JST)
Subject: [ruby-changes:33606] naruse:r45687 (trunk): show versions
naruse 2014-04-23 13:48:52 +0900 (Wed, 23 Apr 2014) New Revision: 45687 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=45687 Log: show versions Modified files: trunk/.travis.yml Index: .travis.yml =================================================================== --- .travis.yml (revision 45686) +++ .travis.yml (revision 45687) @@ -38,6 +38,8 @@ install: "sudo apt-get -qq build-dep rub https://github.com/ruby/ruby/blob/trunk/.travis.yml#L38 # like test-all, test-rubyspec. This is because they take too much time, # enough for Travis to shut down the VM as being stalled. before_script: + - "uname -a" + - "cat /proc/version_signature" - "make -f common.mk BASERUBY=ruby srcdir=. update-config_files" - "autoconf" - "mkdir config_1st config_2nd" -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/