You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wi...@apache.org on 2020/01/13 19:42:02 UTC

[couchdb-mochiweb] 03/37: Add 21.1 and 21.2 to otp_release matrix

This is an automated email from the ASF dual-hosted git repository.

willholley pushed a commit to branch upstream
in repository https://gitbox.apache.org/repos/asf/couchdb-mochiweb.git

commit 0981560d8c22b96a4bbae894fbdcc3c72aa91126
Author: Bob Ippolito <bo...@redivi.com>
AuthorDate: Thu Jan 10 11:58:57 2019 -0800

    Add 21.1 and 21.2 to otp_release matrix
---
 .travis.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 8de93ab..8c8d1d2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,6 +3,8 @@ language: erlang
 notifications:
   email: false
 otp_release:
+  - 21.2
+  - 21.1
   - 21.0
   - 20.0
   - 19.0