module Travis::Tools::System

def os

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