Repository: incubator-freemarker Updated Branches: refs/heads/3 38b2b032d -> fb683b967
(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/fb683b96 Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/fb683b96 Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/diff/fb683b96 Branch: refs/heads/3 Commit: fb683b9672e3d613c53d1b3782c7aeb77e3aca53 Parents: 38b2b03 Author: ddekany <[email protected]> Authored: Tue May 23 14:13:24 2017 +0200 Committer: ddekany <[email protected]> Committed: Tue May 23 14:13:24 2017 +0200 ---------------------------------------------------------------------- .travis.yml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/fb683b96/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 8fa1f7d..dd9f73c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ 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: + - echo "Where's my output?" - ls /usr/lib/jvm/ install: - ./gradlew assemble javadoc
