erlware_commons/.travis.yml
Tristan Sloughter 8c1b1133de Merge pull request #92 from project-fifo/cf-colouring
Update cmd_log to use cf for color encoding, including term detection
2015-10-31 17:38:36 -05:00

22 lines
407 B
YAML

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