module Travis::Tools::System

def linux?

def linux?
  RUBY_PLATFORM =~ /linux/i
end