diff --git a/.travis.yml b/.travis.yml index 74f2ed9a..cadeebb9 100755 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,7 @@ +dist: trusty language: java +jdk: + - oraclejdk9 notifications: email: - notification@qos.ch diff --git a/pom.xml b/pom.xml index fb083d84..7e8fe88f 100755 --- a/pom.xml +++ b/pom.xml @@ -157,6 +157,7 @@ 1.1 + toolchain toolchain @@ -164,6 +165,10 @@ + + 9 + + 1.6 @@ -459,6 +464,31 @@ + + travis + + + env.TRAVIS + true + + + + + + org.apache.maven.plugins + maven-toolchains-plugin + 1.1 + + + toolchain + none + + + + + + +