You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ro...@apache.org on 2022/08/15 10:37:30 UTC

[couchdb-config] 01/01: Update .travis.yml

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

ronny pushed a commit to branch big-r81-update-travis
in repository https://gitbox.apache.org/repos/asf/couchdb-config.git

commit 080deca28ff41a76e820441dd17d98131679599e
Author: Ronny <ro...@apache.org>
AuthorDate: Mon Aug 15 12:37:26 2022 +0200

    Update .travis.yml
---
 .travis.yml | 20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 819af86..2a2d3dc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,12 +1,14 @@
+dist: jammy
+
 language: erlang
 
 otp_release:
-  - 24.0
-  - 21.1
+  - 25.0.2
+  - 24.3.1
 
 env:
   - COUCHDB_BRANCH=main
-  - COUCHDB_BRANCH=3.x
+  #- COUCHDB_BRANCH=3.x
 
 sudo: false
 
@@ -14,19 +16,19 @@ addons:
   apt:
     update: true
     packages:
-      - libmozjs185-dev
+      - libmozjs-91-dev
 
-before_install:
-  - sudo apt-get install -y curl python
-  - curl -sO https://www.foundationdb.org/downloads/6.2.28/ubuntu/installers/foundationdb-clients_6.2.28-1_amd64.deb
-  - sudo dpkg -i foundationdb-clients_6.2.28-1_amd64.deb
+#before_install:
+#  - sudo apt-get install -y curl python
+#  - curl -sO https://www.foundationdb.org/downloads/6.2.28/ubuntu/installers/foundationdb-clients_6.2.28-1_amd64.deb
+#  - sudo dpkg -i foundationdb-clients_6.2.28-1_amd64.deb
   - git clone --no-single-branch --depth 1 https://github.com/apache/couchdb
 
 
 before_script:
   - cd couchdb
   - git checkout origin/${COUCHDB_BRANCH}
-  - ./configure --disable-docs --disable-fauxton
+  - ./configure --spidermonkey-version 91 --disable-docs --disable-fauxton
   - cp -r ../!(couchdb) ./src/config
   - make