erlware_commons/.travis.yml
2015-09-04 10:52:58 -07:00

22 lines
389 B
YAML

language: erlang
otp_release:
- 18.0
- 17.0
- R16B03-1
- R16B03
- R16B02
- R16B01
- R16B
- R15B02
script: "./rebar3 compile && ./rebar3 ct"
branches:
only:
- master
notifications:
email:
- core@erlware.org
irc:
channels:
- "irc.freenode.org#erlware"
use_notice: true
skip_join: true