Rely on builtin rebar3

This commit is contained in:
Paul Oliver 2018-08-01 11:37:58 +12:00
parent c4fa6cd8a5
commit b4fc3fc5a6
No known key found for this signature in database
GPG Key ID: 9250069E8AF6BF4F

View File

@ -1,8 +1,6 @@
language: erlang
install: wget https://github.com/erlang/rebar3/releases/download/3.1.0/rebar3 && chmod 755 rebar3
script: PATH=.:$PATH make update test dialyzer
script: rebar3 update && rebar3 eunit && rebar3 dialyzer
notifications:
disabled: true