From bcf11e82ab2417c30daffc1a98ac67535eb61fc7 Mon Sep 17 00:00:00 2001 From: Justin Bertram Date: Mon, 13 Feb 2023 14:09:29 -0600 Subject: [PATCH] NO-JIRA drop Travis CI --- .travis.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .travis.yml 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-*