Browse Source

test erlang/otp 21, drop erlang/otp 16 and 17 for test

pull/165/head
getong 6 years ago
parent
commit
af3288fea3
1 changed files with 4 additions and 8 deletions
  1. +4
    -8
      .travis.yml

+ 4
- 8
.travis.yml View File

@ -1,14 +1,10 @@
language: erlang
otp_release:
- R16B
- R16B03-1
- 17.0
- 17.1
- 18.0
- 18.1
- 18.2.1
- 21.0
- 20.3
- 19.3
- 20.0
- 18.3
before_script:
- "./bootstrap_travis.sh"
script: "./rebar3 eunit"

Loading…
Cancel
Save