blob: e1e06be2abd6fca6bdfe59462844ad5ec88da96f (
plain) (
tree)
|
|
language: erlang
otp_release:
- 19.1
- 18.3
- 17.0
- R16B03-1
- R15B03
before_script:
- wget https://s3.amazonaws.com/rebar3/rebar3
- chmod +x rebar3
script: "./rebar3 update && ./rebar3 ct"
branches:
only:
- master
notifications:
email:
- [email protected]
irc:
channels:
- "irc.freenode.org#erlware"
use_notice: true
skip_join: true
|