aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-04-23 05:31:08 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-04-23 05:31:08 +0000
commit53a91a00fba59e3e35daeacb2e56c66750bfca03 (patch)
tree1044013135b7c458d40b0be260265e797d2b043d /.travis.yml
parent297fe29fa9f0dc43931069a2bb03c33db043f32a (diff)
downloadruby-53a91a00fba59e3e35daeacb2e56c66750bfca03.tar.gz
add uname -r
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45690 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
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"