class Travis::Tools::Notification::OSX

def available?

def available?
  System.mac? and System.os_version.to_s >= '10.8' and System.running? "NotificationCenter"
end