You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2022/10/28 21:54:35 UTC

[activemq-artemis] branch main updated: ARTEMIS-4070 drop Travis CI

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

clebertsuconic pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/main by this push:
     new d62a9c4f46 ARTEMIS-4070 drop Travis CI
d62a9c4f46 is described below

commit d62a9c4f463d0d6401dd297d21628340ca12ceb7
Author: Justin Bertram <jb...@apache.org>
AuthorDate: Mon Oct 24 15:12:47 2022 -0500

    ARTEMIS-4070 drop Travis CI
---
 .travis.yml | 32 --------------------------------
 1 file changed, 32 deletions(-)

diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index f84c184652..0000000000
--- a/.travis.yml
+++ /dev/null
@@ -1,32 +0,0 @@
-language: java
-install: true
-matrix:
-  include:
-    - os: linux
-      jdk: openjdk11
-      env:
-        - EXAMPLES_PROFILE="release"
-    - os: linux
-      jdk: openjdk17
-      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
-# 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 -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