This is an automated email from the ASF dual-hosted git repository. willholley pushed a commit to branch upstream-2.20.0 in repository https://gitbox.apache.org/repos/asf/couchdb-mochiweb.git
commit d12ac647eadc3cf5bd9b2104401d0eee11a51aa8 Author: Bob Ippolito <[email protected]> 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
