Repository: incubator-freemarker Updated Branches: refs/heads/3 fb683b967 -> 90a0404c7
(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/90a0404c Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/90a0404c Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/diff/90a0404c Branch: refs/heads/3 Commit: 90a0404c746141eaff5f07164b05023eef36d9ef Parents: fb683b9 Author: ddekany <[email protected]> Authored: Tue May 23 14:28:25 2017 +0200 Committer: ddekany <[email protected]> Committed: Tue May 23 14:28:25 2017 +0200 ---------------------------------------------------------------------- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/90a0404c/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index dd9f73c..d3e22ad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +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/ + - echo "Where's my output?" 1>&2 + - ls /usr/lib/jvm/ 1>&2 install: - ./gradlew assemble javadoc
