blob: 2ab4cee740e5e19d2b62eba5cb17582788e3bc5b [file] [log] [blame]
language: erlang
sudo: false
os: linux
otp_release:
- 21.0.2
- 20.3.8.2
- 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