module Travis::Tools::System

def full_os

def full_os
  os_name == os_type ? os : "#{os} like #{os_type}"
end