erlware_commons/.travis.yml
Eric Merritt 7e64c9ea4f Merge pull request #49 from jwilberding/master
Add irc notifications
2014-03-25 18:14:31 -07:00

26 lines
438 B
YAML

language: erlang
otp_release:
- 17.0-rc1
- R16B03-1
- R16B03
- R16B02
- R16B01
- R16B
- R15B02
- R15B01
- R15B
- R14B04
- R14B03
- R14B02
script: "make rebuild"
branches:
only:
- master
notifications:
email:
- core@erlware.org
irc:
channels:
- "irc.freenode.org#erlware"
use_notice: true
skip_join: true