erlware_commons/.travis.yml

23 lines
410 B
YAML
Raw Normal View History

language: erlang
otp_release:
- 18.0
- 17.0
2014-02-19 12:07:15 +01:00
- R16B03-1
- R16B03
- R16B02
- R16B01
2013-04-08 18:30:53 -07:00
- R16B
- R15B02
script: "./rebar3 update && ./rebar3 compile && ./rebar3 unit"
branches:
only:
- master
2013-10-25 12:39:02 -04:00
notifications:
email:
- core@erlware.org
irc:
channels:
- "irc.freenode.org#erlware"
use_notice: true
skip_join: true