aboutsummaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2016-02-04 09:15:25 +0900
committerRyuta Kamizono <kamipo@gmail.com>2016-02-04 09:15:25 +0900
commit210c81440aa7951a8780009e659151bd4eb55e46 (patch)
tree71e6a6e3524d275e18bd3fbf339e02d31f46ce7b /ci
parent13b918d1e9ebe2c609b5479550a35f3665c2acd2 (diff)
downloadrails-210c81440aa7951a8780009e659151bd4eb55e46.tar.gz
rails-210c81440aa7951a8780009e659151bd4eb55e46.tar.bz2
rails-210c81440aa7951a8780009e659151bd4eb55e46.zip
Remove commented out code in `ci/travis.rb` [ci skip]
Diffstat (limited to 'ci')
-rwxr-xr-xci/travis.rb14
1 files changed, 0 insertions, 14 deletions
diff --git a/ci/travis.rb b/ci/travis.rb
index e9a3626b9a..063c6acb07 100755
--- a/ci/travis.rb
+++ b/ci/travis.rb
@@ -157,20 +157,6 @@ ENV['GEM'].split(',').each do |gem|
end
end
-# puts
-# puts "Build environment:"
-# puts " #{`cat /etc/issue`}"
-# puts " #{`uname -a`}"
-# puts " #{`ruby -v`}"
-# puts " #{`mysql --version`}"
-# puts " #{`pg_config --version`}"
-# puts " SQLite3: #{`sqlite3 -version`}"
-# `gem env`.each_line {|line| print " #{line}"}
-# puts " Bundled gems:"
-# `bundle show`.each_line {|line| print " #{line}"}
-# puts " Local gems:"
-# `gem list`.each_line {|line| print " #{line}"}
-
failures = results.select { |key, value| !value }
if failures.empty?