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

scantor pushed a commit to branch xerces-3.2
in repository https://gitbox.apache.org/repos/asf/xerces-c.git


The following commit(s) were added to refs/heads/xerces-3.2 by this push:
     new ceba82b27 Discontinue Travis at request of Apache Infra.
ceba82b27 is described below

commit ceba82b27da138957de76108e542a9d2f12b1f49
Author: Scott Cantor <canto...@osu.edu>
AuthorDate: Tue Jan 24 19:20:26 2023 -0500

    Discontinue Travis at request of Apache Infra.
---
 .travis.yml | 61 -------------------------------------------------------------
 1 file changed, 61 deletions(-)

diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 78ca2f33c..000000000
--- a/.travis.yml
+++ /dev/null
@@ -1,61 +0,0 @@
-# Possible test configurations for comprehensive feature coverage:
-#
-# Unix
-# ----
-# 1) -Dnetwork:BOOL=ON -Dnetwork-accessor=curl -Dmessage-loader=icu 
-Dtranscoder=iconv
-# 2) -Dnetwork:BOOL=ON -Dnetwork-accessor=socket -Dmessage-loader=inmemory 
-Dtranscoder=icu
-# 3) -Dnetwork:BOOL=ON -Dmessage-loader=iconv
-# 4) -Dnetwork:BOOL=OFF
-# 5) (none)
-
-language: c
-
-sudo: false
-dist: trusty
-
-cache:
-  directories:
-    - download
-
-addons:
-  apt_packages:
-    - libicu-dev
-    - libcurl4-openssl-dev
-    - autoconf
-    - automake
-    - libtool
-
-os:
-  - linux
-  - osx
-
-osx_image: xcode12.5
-
-env:
-  matrix:
-    - BUILD=autoconf TYPE=Release MUTEXMGR=posix NETWORK=ON NETACCESSOR=curl 
MSGLOADER=inmemory TRANSCODER=iconv XMLCH=char16_t
-    - BUILD=cmake TOOL="Unix Makefiles" TYPE=Debug NETWORK=ON NETACCESSOR=curl 
MSGLOADER=icu TRANSCODER=iconv XMLCH=uint16_t
-    - BUILD=cmake TOOL="Ninja" TYPE=Release MUTEXMGR=posix NETWORK=ON 
NETACCESSOR=socket MSGLOADER=inmemory TRANSCODER=icu XMLCH=char16_t
-    - BUILD=autoconf TYPE=Debug NETWORK=ON MSGLOADER=iconv XMLCH=uint16_t
-    - BUILD=cmake TOOL="Unix Makefiles" MUTEXMGR=standard TYPE=Release 
NETWORK=ON
-    - BUILD=cmake TOOL="Ninja" TYPE=Debug MUTEXMGR=nothreads
-    - BUILD=cmake TOOL="Ninja" TYPE=Debug NETACCESSOR=cfurl 
TRANSCODER=macosunicodeconverter XMLCH=uint16_t
-
-matrix:
-  fast_finish: true
-  exclude:
-    - os: linux
-      env: BUILD=cmake TOOL="Ninja" TYPE=Debug NETACCESSOR=cfurl 
TRANSCODER=macosunicodeconverter XMLCH=uint16_t
-    - os: osx
-      env: BUILD=cmake TOOL="Unix Makefiles" TYPE=Debug NETWORK=ON 
NETACCESSOR=curl MSGLOADER=icu TRANSCODER=iconv XMLCH=uint16_t
-    - os: osx
-      env: BUILD=cmake TOOL="Ninja" TYPE=Release MUTEXMGR=posix NETWORK=ON 
NETACCESSOR=socket MSGLOADER=inmemory TRANSCODER=icu XMLCH=char16_t
-    - os: osx
-      env: BUILD=autoconf TYPE=Debug NETWORK=ON MSGLOADER=iconv XMLCH=uint16_t
-    - os: osx
-      env: BUILD=cmake TOOL="Unix Makefiles" MUTEXMGR=standard TYPE=Release 
NETWORK=ON
-    - os: osx
-      env: BUILD=cmake TOOL="Ninja" TYPE=Debug MUTEXMGR=nothreads
-
-script:
-  - ./scripts/ci-travis "$BUILD" "$TOOL" "$TYPE" "$MUTEXMGR" "$NETWORK" 
"$NETACCESSOR" "$MSGLOADER" "$TRANSCODER" "$XMLCH"


---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-unsubscr...@xerces.apache.org
For additional commands, e-mail: c-dev-h...@xerces.apache.org

Reply via email to