Skip to content

Commit

Permalink
Remove commented out code in ci/travis.rb [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
kamipo committed Feb 4, 2016
1 parent 13b918d commit 210c814
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions ci/travis.rb
Original file line number Diff line number Diff line change
Expand Up @@ -157,20 +157,6 @@ def run_bug_report_templates
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?
Expand Down

0 comments on commit 210c814

Please sign in to comment.