Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 78C54200C7E for ; Tue, 23 May 2017 15:24:55 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 77850160BC3; Tue, 23 May 2017 13:24:55 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id B9051160BB6 for ; Tue, 23 May 2017 15:24:54 +0200 (CEST) Received: (qmail 62179 invoked by uid 500); 23 May 2017 13:24:53 -0000 Mailing-List: contact notifications-help@freemarker.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@freemarker.incubator.apache.org Delivered-To: mailing list notifications@freemarker.incubator.apache.org Received: (qmail 62170 invoked by uid 99); 23 May 2017 13:24:53 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 May 2017 13:24:53 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 8B7961AFB8B for ; Tue, 23 May 2017 13:24:53 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.222 X-Spam-Level: X-Spam-Status: No, score=-4.222 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id ziUR4fMrY3ha for ; Tue, 23 May 2017 13:24:52 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id 4374C60EA4 for ; Tue, 23 May 2017 13:24:52 +0000 (UTC) Received: (qmail 62160 invoked by uid 99); 23 May 2017 13:24:51 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 May 2017 13:24:51 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 11F58DFD70; Tue, 23 May 2017 13:24:51 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ddekany@apache.org To: notifications@freemarker.incubator.apache.org Message-Id: <6030cae8221c44a18ebd0f3b4b3ff3e2@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: incubator-freemarker git commit: (Travis setup continued...) Date: Tue, 23 May 2017 13:24:51 +0000 (UTC) archived-at: Tue, 23 May 2017 13:24:55 -0000 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 Authored: Tue May 23 15:24:45 2017 +0200 Committer: ddekany 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