Return-Path: X-Original-To: apmail-tinkerpop-commits-archive@minotaur.apache.org Delivered-To: apmail-tinkerpop-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 04FB418D78 for ; Thu, 3 Dec 2015 20:31:31 +0000 (UTC) Received: (qmail 93816 invoked by uid 500); 3 Dec 2015 20:31:31 -0000 Delivered-To: apmail-tinkerpop-commits-archive@tinkerpop.apache.org Received: (qmail 93791 invoked by uid 500); 3 Dec 2015 20:31:30 -0000 Mailing-List: contact commits-help@tinkerpop.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tinkerpop.incubator.apache.org Delivered-To: mailing list commits@tinkerpop.incubator.apache.org Received: (qmail 93782 invoked by uid 99); 3 Dec 2015 20:31:30 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Dec 2015 20:31:30 +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 848791A2DE8 for ; Thu, 3 Dec 2015 20:31:30 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.247 X-Spam-Level: * X-Spam-Status: No, score=1.247 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.554, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id M9NySNO_yECB for ; Thu, 3 Dec 2015 20:31:16 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with SMTP id 25AB42156B for ; Thu, 3 Dec 2015 20:31:14 +0000 (UTC) Received: (qmail 92511 invoked by uid 99); 3 Dec 2015 20:31:14 -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; Thu, 03 Dec 2015 20:31:14 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 0E2DEE6827; Thu, 3 Dec 2015 20:31:14 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: okram@apache.org To: commits@tinkerpop.incubator.apache.org Date: Thu, 03 Dec 2015 20:31:15 -0000 Message-Id: In-Reply-To: <3e86cded950a4f45ac5e9c8a936349e2@git.apache.org> References: <3e86cded950a4f45ac5e9c8a936349e2@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [02/17] incubator-tinkerpop git commit: Drop build of javadocs and asciidoc dryrun from travis Drop build of javadocs and asciidoc dryrun from travis Trying to shorten up the logs in travis a bit. Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/b70f3c74 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/b70f3c74 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/diff/b70f3c74 Branch: refs/heads/TINKERPOP3-1014 Commit: b70f3c744ead6d1605aa4d2b88073d014ad4df13 Parents: cdc063a Author: Stephen Mallette Authored: Thu Dec 3 09:44:22 2015 -0500 Committer: Stephen Mallette Committed: Thu Dec 3 09:44:22 2015 -0500 ---------------------------------------------------------------------- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/b70f3c74/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 8619a81..a8f56e5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,4 @@ addons: packages: - oracle-java8-installer script: - - "mvn clean install" - - "bin/process-docs.sh --dryRun" - - "mvn process-resources -Djavadoc" \ No newline at end of file + - "mvn clean install" \ No newline at end of file