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:33 UTC

[couchdb-mochiweb] 34/37: Use a matrix to get an older dist for old releases

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 1006be705fbd2520b5f68d230a8ca80b17dd0b63
Author: Bob Ippolito <bo...@redivi.com>
AuthorDate: Tue May 21 20:31:18 2019 -0700

    Use a matrix to get an older dist for old releases
---
 .travis.yml | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index eb26c04..ecc72df 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,9 +8,13 @@ otp_release:
   - 21.0
   - 20.0
   - 19.0
-  - 18.3
-  - 17.5
-  - R16B03-1
-  - R15B03
-before_script:
-  - kerl list installations
+matrix:
+  include:
+  - otp_release: 18.3
+    dist: trusty
+  - otp_release: 17.5
+    dist: trusty
+  - otp_release: R16B03-1
+    dist: trusty
+  - otp_release: R15B03
+    dist: trusty