ruby-changes:33609
From: naruse <ko1@a...>
Date: Wed, 23 Apr 2014 14:31:13 +0900 (JST)
Subject: [ruby-changes:33609] naruse:r45690 (trunk): add uname -r
naruse 2014-04-23 14:31:08 +0900 (Wed, 23 Apr 2014) New Revision: 45690 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=45690 Log: add uname -r Modified files: trunk/.travis.yml Index: .travis.yml =================================================================== --- .travis.yml (revision 45689) +++ .travis.yml (revision 45690) @@ -39,6 +39,7 @@ install: "sudo apt-get -qq build-dep rub https://github.com/ruby/ruby/blob/trunk/.travis.yml#L39 # enough for Travis to shut down the VM as being stalled. before_script: - "uname -a" + - "uname -r" - "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/