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

[couchdb-rebar] branch travis created (now ce9bc53)

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

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


      at ce9bc53  Update OTP releases to test

This branch includes the following new commits:

     new ce9bc53  Update OTP releases to test

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by ja...@apache.org.
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: