Browse Source

Improve repeatability

pull/532/head
Paulo F. Oliveira 4 years ago
parent
commit
6af1c61d43
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      .travis.yml

+ 5
- 0
.travis.yml View File

@ -4,3 +4,8 @@ otp_release:
- 23.0
- 22.3
- 21.3
script:
- rebar3 --version
- erl -version
- rebar3 dialyzer
- rebar3 eunit

Loading…
Cancel
Save