Method: Travis::Tools::System.os_type

Defined in:
lib/travis/tools/system.rb

.os_typeObject



48
49
50
# File 'lib/travis/tools/system.rb', line 48

def os_type
  @os_type ||= windows? ? 'Windows' : `uname`.chomp
end