Update erlang/otp version for ci (#2141)

This commit is contained in:
Gilbert 2019-01-10 00:11:57 +08:00 committed by GitHub
parent de65e21270
commit 73ae8ad57f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
language: erlang
otp_release:
- 21.0.4
- 21.2
before_install:
- git clone https://github.com/erlang/rebar3.git; cd rebar3; ./bootstrap; sudo mv rebar3 /usr/local/bin/; cd ..