1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

add uname -r

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45690 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
naruse 2014-04-23 05:31:08 +00:00
parent 297fe29fa9
commit 53a91a00fb

View file

@ -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"