# File lib/travis/tools/system.rb, line 46 def os_type @os_type ||= windows? ? 'Windows' : `uname`.chomp end