This is an automated email from the ASF dual-hosted git repository. jaydoane pushed a commit to branch time-unit-parameterization in repository https://gitbox.apache.org/repos/asf/couchdb-ets-lru.git
commit 5891eee9aeb66b46d932d4bdcd806accc1d1ead2 Author: Jay Doane <jay.s.do...@gmail.com> AuthorDate: Sat Dec 22 18:04:11 2018 -0800 Drop support for Erlang versions pre OTP 19 --- .travis.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 99e6cb3..6a3648b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,6 @@ language: erlang otp_release: - - 17.5 - - 17.4 - - 17.1 - - 17.0 - - R16B03-1 - - R14B04 - - R14B02 + - 21.2 + - 20.3 + - 19.3