module Travis::CLI

def dummy_io

def dummy_io
  return StringIO.new unless defined? IO::NULL and IO::NULL
  File.open(IO::NULL, 'w')
end