language: objective-c before_install: - rvm use system - brew update - brew install cabextract - sudo /usr/bin/gem install bundler install: - sudo /usr/bin/bundle script: /usr/bin/bundle exec /usr/bin/rake test notifications: irc: channels: - "chat.freenode.net#homebrew-cask" template: - "%{build_number}: %{branch}@%{commit} %{author} -> %{message} %{build_url}" use_notice: true skip_join: true