module Travis::Tools::System

def windows?

def windows?
  File::ALT_SEPARATOR == "\\"
end