Not compatible with 20 because ecpool has used logger from otp 21.0

This commit is contained in:
GilbertWong 2019-08-26 16:38:34 +08:00
parent 55316d3427
commit b24c372682
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@ language: erlang
otp_release: otp_release:
- 22.0 - 22.0
- 21.3 - 21.3
- 20.3
before_install: before_install:
- git clone https://github.com/erlang/rebar3.git; cd rebar3; ./bootstrap; sudo mv rebar3 /usr/local/bin/; cd .. - git clone https://github.com/erlang/rebar3.git; cd rebar3; ./bootstrap; sudo mv rebar3 /usr/local/bin/; cd ..