blob: 2d8f25532a18505c3f01625c1809b60f385a2be3 [file] [log] [blame]
language: erlang
sudo: false
os: linux
otp_release:
- 21.0
- 20.0
- 19.3
- 18.3
- 17.5
- R16B03-1
- R15B03
script: rebar3 eunit
install:
- wget https://s3.amazonaws.com/rebar3/rebar3 && chmod +x rebar3
script:
- ./rebar3 as prod compile
# - ./rebar3 as check xref
# - ./rebar3 as check dialyzer
- ./rebar3 eunit
- ./rebar3 edoc
notifications:
recipients:
- hello@alind.io