This is an automated email from the ASF dual-hosted git repository.
jbertram pushed a commit to branch 2.19.x
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
The following commit(s) were added to refs/heads/2.19.x by this push:
new 3619a587ea NO-JIRA drop Travis CI
3619a587ea is described below
commit 3619a587ead32d41a0a1563d3cbd5d221fb502cb
Author: Justin Bertram <[email protected]>
AuthorDate: Mon Feb 13 14:12:08 2023 -0600
NO-JIRA drop Travis CI
---
.travis.yml | 37 -------------------------------------
1 file changed, 37 deletions(-)
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index d45c658b73..0000000000
--- a/.travis.yml
+++ /dev/null
@@ -1,37 +0,0 @@
-language: java
-install: true
-matrix:
- include:
- - os: linux
- jdk: openjdk8
- env:
- - EXAMPLES_PROFILE="release"
- - os: linux
- jdk: openjdk11
- env:
- - EXAMPLES_PROFILE="examples,noRun"
- - os: linux
- jdk: openjdk16
- env:
- - EXAMPLES_PROFILE="examples,noRun"
-
-# clean out Artemis artifacts from the cache
-before_install:
-- rm -rf $HOME/.m2/repository/org/apache/activemq/artemis-*
-
-# use 'install' so smoke-tests will work
-# use '-Pextra-tests' to ensure extra-tests compiles even though they won't
actually run
-# By setting anything to
org.apache.activemq.artemis.core.io.aio.AIOSequentialFileFactory.DISABLED we
are disabling libaio loading on the testsuite
-script:
-- set -e
-- mvn -s .github/maven-settings.xml -ntp
-Dorg.apache.activemq.artemis.core.io.aio.AIOSequentialFileFactory.DISABLED=AnythingNotNull
-Dmaven.test.redirectTestOutputToFile=true -Derrorprone -Pdev -Pfast-tests
-Pextra-tests -Ptests-CI -Pjmh -B install
-- cd examples
-- mvn -s ../.github/maven-settings.xml verify -P${EXAMPLES_PROFILE} -B -q
-
-cache:
- directories:
- - $HOME/.m2
-before_cache:
- - rm -rf $HOME/.m2/repository/org/apache/activemq/artemis-*
- - rm -rf $HOME/.m2/repository/org/apache/activemq/*-artemis
- - rm -rf $HOME/.m2/repository/org/apache/activemq/examples