Repository: incubator-freemarker Updated Branches: refs/heads/3 f203e8a42 -> 38b2b032d
(Travis setup continues...) Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/38b2b032 Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/38b2b032 Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/diff/38b2b032 Branch: refs/heads/3 Commit: 38b2b032da38640d30655957fb636ea483f7091e Parents: f203e8a Author: ddekany <[email protected]> Authored: Tue May 23 14:07:32 2017 +0200 Committer: ddekany <[email protected]> Committed: Tue May 23 14:07:32 2017 +0200 ---------------------------------------------------------------------- .travis.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/38b2b032/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 968f652..8fa1f7d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,10 @@ language: java jdk: - oraclejdk8 -after_success: - - ./gradlew jacocoTestReport coveralls \ No newline at end of file +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 +before_install: + - ls /usr/lib/jvm/ +install: + - ./gradlew assemble javadoc
