You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2023/01/08 00:05:21 UTC

[couchdb-rebar] 01/01: Update OTP releases to test

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

jaydoane pushed a commit to branch travis
in repository https://gitbox.apache.org/repos/asf/couchdb-rebar.git

commit ce9bc5356ffebdedf7e5fa34ddc4e6114db5ec4a
Author: Jay Doane <ja...@apache.org>
AuthorDate: Sat Jan 7 16:05:11 2023 -0800

    Update OTP releases to test
---
 .travis.yml | 19 +++++--------------
 1 file changed, 5 insertions(+), 14 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 8be6814..cbc6928 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,18 +1,9 @@
 sudo: false
 language: erlang
 otp_release:
-  - R16B02
-  - R16B01
-  - R16B
-  - R15B01
-  - R15B
-  - R14B04
-  - R14B03
-  - 17.0
-  - 18.0
-  - 19.1
-  - 20.0.5
-  - 20.1.5
+  - 23
+  - 24
+  - 25
 env: MAKE_TARGET=ci
 before_script:
   - hostname -f
@@ -23,10 +14,10 @@ after_script:
   - find .rebar
 matrix:
   include:
-    - otp_release: 20.1.5
+    - otp_release: 25
       env: MAKE_TARGET=ci-dialyze
   allow_failures:
-    - otp_release: 20.1.5
+    - otp_release: 25
       env: MAKE_TARGET=ci-dialyze
 script: make $MAKE_TARGET
 cache: