homebrew-cask/.travis.yml

20 lines
475 B
YAML
Raw Normal View History

2013-04-05 15:02:24 +08:00
language: objective-c
2014-02-02 01:20:28 +08:00
before_install:
- rvm use system
- brew update
- brew install cabextract
- brew install unar
- sudo /usr/bin/gem install bundler
install:
- sudo /usr/bin/bundle
script: /usr/bin/bundle exec /usr/bin/rake test
2013-07-17 07:02:14 +08:00
notifications:
irc:
channels:
- "chat.freenode.net#homebrew-cask"
2013-07-22 12:24:43 +08:00
template:
- "%{build_number}: %{branch}@%{commit} %{author} -> %{message} %{build_url}"
use_notice: true
2013-07-22 12:24:43 +08:00
skip_join: true
email: false