Browse Source

add recent erlang versions to CI

pull/177/head
Lukasz Samson 2 years ago
parent
commit
60550a6715
1 changed files with 8 additions and 6 deletions
  1. +8
    -6
      .travis.yml

+ 8
- 6
.travis.yml View File

@ -2,13 +2,15 @@ language: erlang
otp_release:
- R16B
- R16B03-1
- 17.0
- 17.1
- 18.0
- 18.1
- 18.2.1
- 17.5
- 18.3
- 19.3
- 20.0
- 20.3
- 21.3
- 22.3
- 23.3
- 24.3
- 25.0
before_script:
- "./bootstrap_travis.sh"
script: "./rebar3 eunit"

Loading…
Cancel
Save