Create .travis.yml
This commit is contained in:
parent
4b967bee4a
commit
7bf4faed9a
1 changed files with 6 additions and 0 deletions
6
.travis.yml
Normal file
6
.travis.yml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
language: erlang
|
||||||
|
otp_release:
|
||||||
|
- 20.3.8
|
||||||
|
script:
|
||||||
|
- chmod u+x rebar3
|
||||||
|
- ./rebar3 do upgrade, compile, dialyzer, xref, eunit
|
Loading…
Add table
Add a link
Reference in a new issue