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