Method: Travis::Tools::System.os

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

.osObject



30
31
32
# File 'lib/travis/tools/system.rb', line 30

def os
  os_name ? "#{os_name} #{os_version}".strip : os_type
end