This is an automated email from the ASF dual-hosted git repository.
jbertram pushed a commit to branch 2.6.x
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
The following commit(s) were added to refs/heads/2.6.x by this push:
new 9a8c76cea8 NO-JIRA drop Travis CI
9a8c76cea8 is described below
commit 9a8c76cea807368a2565dd465d73a1f30fa3fe09
Author: Justin Bertram <[email protected]>
AuthorDate: Mon Feb 13 14:11:05 2023 -0600
NO-JIRA drop Travis CI
---
.travis.yml | 23 -----------------------
1 file changed, 23 deletions(-)
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index a47f07caa5..0000000000
--- a/.travis.yml
+++ /dev/null
@@ -1,23 +0,0 @@
-sudo: false
-language: java
-install: true
-
-# clean out Artemis artifacts from the cache
-# whack native libs such that LibAIO is not used till we figure out the
resource constraints
-before_install:
-- rm -rf $HOME/.m2/repository/org/apache/activemq/artemis-*
-- rm artemis-native/bin/libartemis-native-*
-
-# use 'install' so smoke-tests will work
-# use '-Pextra-tests' to ensure extra-tests compiles even though they won't
actually run
-script:
-- set -e
-- mvn -Pfast-tests -Pextra-tests -B install -q -pl '!artemis-web'
-- cd examples
-- mvn install -Prelease install -B -q
-
-cache:
- directories:
- - $HOME/.m2
- before_cache:
- - rm -rf $HOME/.m2/repository/org/apache/activemq/artemis-*