From commits-return-568-archive-asf-public=cust-asf.ponee.io@zipkin.apache.org Tue Apr 30 02:14:24 2019 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 1DB6F18061A for ; Tue, 30 Apr 2019 04:14:24 +0200 (CEST) Received: (qmail 41178 invoked by uid 500); 30 Apr 2019 02:14:23 -0000 Mailing-List: contact commits-help@zipkin.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zipkin.apache.org Delivered-To: mailing list commits@zipkin.apache.org Received: (qmail 41158 invoked by uid 99); 30 Apr 2019 02:14:23 -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, 30 Apr 2019 02:14:23 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 6373B854DF; Tue, 30 Apr 2019 02:14:23 +0000 (UTC) Date: Tue, 30 Apr 2019 02:14:24 +0000 To: "commits@zipkin.apache.org" Subject: [incubator-zipkin-api] 01/01: Makes travis actually run a check MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: adriancole@apache.org In-Reply-To: <155659046334.5421.3113010161564809700@gitbox.apache.org> References: <155659046334.5421.3113010161564809700@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-zipkin-api X-Git-Refname: refs/heads/travis X-Git-Reftype: branch X-Git-Rev: 85b531108867dd86af902b0e1c64f6f5df1c4ed1 X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20190430021423.6373B854DF@gitbox.apache.org> This is an automated email from the ASF dual-hosted git repository. adriancole pushed a commit to branch travis in repository https://gitbox.apache.org/repos/asf/incubator-zipkin-api.git commit 85b531108867dd86af902b0e1c64f6f5df1c4ed1 Author: Adrian Cole AuthorDate: Tue Apr 30 10:12:43 2019 +0800 Makes travis actually run a check Before, travis was executing a dummy maven build which has no tests. Now, this does OpenApi/Swagger validation. Later, we can add a proto validator, possibly also a thrift one. --- .travis.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 59d6d38..dfcf40a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,12 +2,6 @@ cache: directories: - - $HOME/.m2 + - $HOME/.npm -language: java - -jdk: oraclejdk8 - -# Override default travis to use the maven wrapper -install: ./mvnw install -DskipTests=true -Dmaven.javadoc.skip=true -B -V -script: ./mvnw clean test -B +language: node_js