blob: adc1c1a33e4fea7baf159d17e0ff7929feb773db [file] [log] [blame]
language: erlang
sudo: false
os: linux
otp_release:
- 23.0
- 22.3
- 21.3
- 20.3
- 19.3
- 18.3
- 17.5
script: rebar3 eunit
install:
- wget https://s3.amazonaws.com/rebar3/rebar3 && chmod +x rebar3
script:
- ./rebar3 compile
- ./rebar3 xref
- ./rebar3 dialyzer
- ./rebar3 eunit
- ./rebar3 edoc
notifications:
recipients:
- hello@alind.io