mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-02-15 14:35:59 +00:00
NO-JIRA drop Travis CI
This commit is contained in:
parent
7b15f4277f
commit
bcf11e82ab
16
.travis.yml
16
.travis.yml
@ -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-*
|
Loading…
x
Reference in New Issue
Block a user