ranger
ranger copied to clipboard
RANGER-3315 Fix travis CI - leverage docker to run CI
issue: https://issues.apache.org/jira/browse/RANGER-3315
We ought to reuse build_ranger_using_docker.sh
to simplify ranger CI (all required dependencies can be included by container). Also, our travis CI config is broken because of following reasons.
- Currently, only JDK 8 is supported (https://issues.apache.org/jira/browse/RANGER-3243)
- the oracle JDK is NOT supported (https://github.com/sormuras/bach/issues/56)
This PR includes #103 to make build_ranger_using_docker.sh works with travis