mirror of
https://github.com/apache/druid.git
synced 2025-02-10 03:55:02 +00:00
* Enable parallel test * Remove unnecessary NotThreadSafe annocation * Randomize the start port when finding available ports * Fix test failure * Change to handle all negatives
16 lines
214 B
YAML
16 lines
214 B
YAML
language: java
|
|
|
|
jdk:
|
|
- oraclejdk7
|
|
- oraclejdk8
|
|
|
|
script:
|
|
- mvn test -B -Pparallel-test -Dmaven.fork.count=2 && mvn clean -Pstrict compile test-compile -B
|
|
|
|
sudo: false
|
|
|
|
cache:
|
|
directories:
|
|
- $HOME/.m2
|
|
|