From 53a91a00fba59e3e35daeacb2e56c66750bfca03 Mon Sep 17 00:00:00 2001 From: naruse Date: Wed, 23 Apr 2014 05:31:08 +0000 Subject: [PATCH] add uname -r git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45690 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index f7aabdc33a..94ebea643b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,6 +39,7 @@ install: "sudo apt-get -qq build-dep ruby1.9.1 2>/dev/null" # 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"