diff options
author | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-04-23 05:01:05 +0000 |
---|---|---|
committer | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-04-23 05:01:05 +0000 |
commit | 62713618f05b61769599c171aecfa1ea9fd931b2 (patch) | |
tree | 77ca54e16a2c686a1628e506365d74c918b3b69e /.travis.yml | |
parent | 9d4a89e1d5842ac42a0a26e260d8da7ef7035b78 (diff) | |
download | ruby-62713618f05b61769599c171aecfa1ea9fd931b2.tar.gz |
travis doesn't have /proc/version_signature
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45688 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 583de8599e..f7aabdc33a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,7 +39,6 @@ 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" - - "cat /proc/version_signature" - "make -f common.mk BASERUBY=ruby srcdir=. update-config_files" - "autoconf" - "mkdir config_1st config_2nd" |