erlware_commons/.travis.yml
2015-09-24 19:58:24 +02:00

22 lines
408 B
YAML

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