Skip to content

Commit

Permalink
Propose CI elements
Browse files Browse the repository at this point in the history
  • Loading branch information
paulo-ferraz-oliveira committed Oct 24, 2020
1 parent 86f51c2 commit dc655ee
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
language: erlang

os:
- linux

otp_release:
- 19.3
- 20.3
- 21.3
- 22.3
- 23.0

script:
- rebar3 --version
- erl -version
- rebar3 as test lint
- rebar3 dialyzer
- rebar3 ct

0 comments on commit dc655ee

Please sign in to comment.