blob: 9bb19bf69dcb98a771bcff1f62410c6198c4a582 [file] [log] [blame]
language: erlang
sudo: false
os: linux
otp_release:
- 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