mirror of https://github.com/apache/druid.git
17 lines
343 B
YAML
17 lines
343 B
YAML
language: java
|
|
|
|
jdk:
|
|
- oraclejdk8
|
|
|
|
# Using && instead of two script steps to make Travis build fail faster, if "strict" compilation is not successful
|
|
script: mvn clean -Pstrict -pl '!benchmarks' compile test-compile -B && mvn test -B -Pparallel-test -Dmaven.fork.count=2
|
|
|
|
install: true
|
|
|
|
sudo: false
|
|
|
|
cache:
|
|
directories:
|
|
- $HOME/.m2
|
|
|