Add travis config

This commit is contained in:
Сергей Прохоров 2018-06-25 13:50:19 +02:00
parent 102bec59c0
commit 4c0e1b47b7
No known key found for this signature in database
GPG key ID: 1C570244E4EF3337

9
.travis.yml Normal file
View file

@ -0,0 +1,9 @@
language: erlang
otp_release:
- 21.0
- 20.3
- 19.3
- 18.3
script:
- ./rebar3 compile
- ./rebar3 eunit