druid/.travis.yml
Jihoon Son 5e39578eee Enable parallel test (#3774)
* Enable parallel test

* Remove unnecessary NotThreadSafe annocation

* Randomize the start port when finding available ports

* Fix test failure

* Change to handle all negatives
2016-12-14 21:05:56 -08:00

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