mirror of
https://github.com/seriyps/mtproto_proxy.git
synced 2026-08-04 15:19:47 +00:00
Add travis config
This commit is contained in:
parent
102bec59c0
commit
4c0e1b47b7
1 changed files with 9 additions and 0 deletions
9
.travis.yml
Normal file
9
.travis.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
language: erlang
|
||||
otp_release:
|
||||
- 21.0
|
||||
- 20.3
|
||||
- 19.3
|
||||
- 18.3
|
||||
script:
|
||||
- ./rebar3 compile
|
||||
- ./rebar3 eunit
|
||||
Loading…
Add table
Add a link
Reference in a new issue