This is an automated email from the ASF dual-hosted git repository.
jbertram pushed a commit to branch 1.x
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
The following commit(s) were added to refs/heads/1.x by this push:
new bcf11e82ab NO-JIRA drop Travis CI
bcf11e82ab is described below
commit bcf11e82ab2417c30daffc1a98ac67535eb61fc7
Author: Justin Bertram <[email protected]>
AuthorDate: Mon Feb 13 14:09:29 2023 -0600
NO-JIRA drop Travis CI
---
.travis.yml | 16 ----------------
1 file changed, 16 deletions(-)
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 582754cb88..0000000000
--- a/.travis.yml
+++ /dev/null
@@ -1,16 +0,0 @@
-sudo: false
-language: java
-install: true
-
-# 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
-script: mvn -Pfast-tests -Pextra-tests -B install
-
-cache:
- directories:
- - $HOME/.m2
- before_cache:
- - rm -rf $HOME/.m2/repository/org/apache/activemq/artemis-*