From commits-return-73334-archive-asf-public=cust-asf.ponee.io@commons.apache.org Tue Jun 2 21:20:56 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id B527118064C for ; Tue, 2 Jun 2020 23:20:55 +0200 (CEST) Received: (qmail 67992 invoked by uid 500); 2 Jun 2020 21:20:55 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 67983 invoked by uid 99); 2 Jun 2020 21:20:54 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Jun 2020 21:20:54 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id CEA0B81F29; Tue, 2 Jun 2020 21:20:54 +0000 (UTC) Date: Tue, 02 Jun 2020 21:20:54 +0000 To: "commits@commons.apache.org" Subject: [commons-bcel] branch master updated: Run default Maven goal. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <159113285478.757.9097324368932721320@gitbox.apache.org> From: ggregory@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: commons-bcel X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 58c71f288a3db4c729df82c62a99f17e0cd20e91 X-Git-Newrev: 18821cbc424ba80516b82be1370a979fc91540b7 X-Git-Rev: 18821cbc424ba80516b82be1370a979fc91540b7 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-bcel.git The following commit(s) were added to refs/heads/master by this push: new 18821cb Run default Maven goal. 18821cb is described below commit 18821cbc424ba80516b82be1370a979fc91540b7 Author: Gary Gregory AuthorDate: Tue Jun 2 17:20:50 2020 -0400 Run default Maven goal. --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 742c26b..25ca3b5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,5 +25,8 @@ jdk: - openjdk14 - openjdk-ea +script: + - mvn + after_success: - mvn -Ddoclint:none clean cobertura:cobertura coveralls:report