Hi, I rewrite the configuration file of travic-CI, Now IoTDB CI on travis supports:
* osx-oraclejdk8 * osx-oraclejdk11 * osx-openjdk8 * osx-openjdk11 * linux-oraclejdk8 (ubuntu) * linux-oraclejdk11 (ubuntu) * linux-openjdk8 (ubuntu) * linux-openjdk11 (ubuntu) * Windows-oraclejdk8 * Windows-oraclejdk11 See #PR40 (https://github.com/apache/incubator-iotdb/pull/40). Once the PR is merged, the CI will work. The only thing we need to concern is the CI on travis takes too long time (maybe ~1 hour) :(. Travis has a feature called `cache`, which can accelerate the process, but it is a little difficult to set it. Hope we can enable the cache function to accelerate the CI. And, there are some problem of openJDK on Win (so I disable it now), I need a Win environment to test and fix it. But now it is Spring Festival holiday in China now and I have no the environment on hand... By the way, there are some ITs failed on some OS platforms. Look forward to fix them ASAP. Best, ----------------------------------- Xiangdong Huang School of Software, Tsinghua University 黄向东 清华大学 软件学院
