Repository: incubator-freemarker Updated Branches: refs/heads/3 7eb2a7e17 -> ba6b7c4f0
(Travis setup continued...) Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/ba6b7c4f Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/ba6b7c4f Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/diff/ba6b7c4f Branch: refs/heads/3 Commit: ba6b7c4f09615d14494f1d725e842eb3abbfc03c Parents: 7eb2a7e Author: ddekany <[email protected]> Authored: Tue May 23 15:24:45 2017 +0200 Committer: ddekany <[email protected]> Committed: Tue May 23 15:24:45 2017 +0200 ---------------------------------------------------------------------- .travis.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/ba6b7c4f/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index e027434..db4aec6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,9 @@ language: java jdk: - - oraclejdk8 +- oraclejdk8 env: - # TODO: The build compiles with the boot-classpath set to the rt.jar of specific Java SE versions. Until we can't do that on Travis: - - freemarker_build_allow_no_boot_classpath=true + global: - freemarker_build_boot_classpath_java_7=/usr/lib/jvm/java-7-oracle/jre/lib/rt.jar - freemarker_build_boot_classpath_java_8=/usr/lib/jvm/java-8-oracle/jre/lib/rt.jar install: - - ./gradlew assemble javadoc +- ./gradlew assemble javadoc
