calrissian/.travis.yml

10 lines
189 B
YAML

language: erlang
script: "make check-travis"
notifications:
#irc: "irc.freenode.org#YOUR-PROJECT-CHANNEL"
recipients:
- correl@gmail.com
otp_release:
- 17.0
- R16B03
- R15B03