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 16:47:04 UTC

[couchdb-config] branch main updated: Update .travis.yml (#41)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 9e63274  Update .travis.yml (#41)
9e63274 is described below

commit 9e632745870ef67346c27e92395eb6295acd0e1f
Author: Ronny <ro...@apache.org>
AuthorDate: Mon Aug 15 18:47:00 2022 +0200

    Update .travis.yml (#41)
    
    use ubuntu jammy
    use couchdb/main branch
    ignore FoundationDB
---
 .travis.yml | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 819af86..f2d519c 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
+#  - 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