summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-04-23 04:48:52 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-04-23 04:48:52 +0000
commit9d4a89e1d5842ac42a0a26e260d8da7ef7035b78 (patch)
treeb2916666ba57400e13e3ba9b0c2d526a28366759 /.travis.yml
parent1e67cd2d8101f3e7b92bfd986561544fab050416 (diff)
show versions
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45687 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 240cd53d20..583de8599e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -38,6 +38,8 @@ install: "sudo apt-get -qq build-dep ruby1.9.1 2>/dev/null"
# 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"