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 E0259200CAE for ; Wed, 7 Jun 2017 00:29:04 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id DE9F5160BD3; Tue, 6 Jun 2017 22:29:04 +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 2EEDB160BC6 for ; Wed, 7 Jun 2017 00:29:04 +0200 (CEST) Received: (qmail 20168 invoked by uid 500); 6 Jun 2017 22:29:03 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 20151 invoked by uid 99); 6 Jun 2017 22:29:03 -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, 06 Jun 2017 22:29:03 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 32040DFE15; Tue, 6 Jun 2017 22:29:03 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: steven@apache.org To: commits@cordova.apache.org Message-Id: <4aa4e751c02a41e89f8a53154c5f5c50@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: cordova-common git commit: CB-12785: updated travis file Date: Tue, 6 Jun 2017 22:29:03 +0000 (UTC) archived-at: Tue, 06 Jun 2017 22:29:05 -0000 Repository: cordova-common Updated Branches: refs/heads/master 8d816de3b -> 54c0608e3 CB-12785: updated travis file Project: http://git-wip-us.apache.org/repos/asf/cordova-common/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-common/commit/54c0608e Tree: http://git-wip-us.apache.org/repos/asf/cordova-common/tree/54c0608e Diff: http://git-wip-us.apache.org/repos/asf/cordova-common/diff/54c0608e Branch: refs/heads/master Commit: 54c0608e3dabbee7451f9a22cf6354ec6edf2154 Parents: 8d816de Author: Steve Gill Authored: Tue Jun 6 15:29:47 2017 -0700 Committer: Steve Gill Committed: Tue Jun 6 15:29:47 2017 -0700 ---------------------------------------------------------------------- .travis.yml | 2 ++ appveyor.yml | 1 + 2 files changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-common/blob/54c0608e/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index eb73e45..59fda3b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,5 +5,7 @@ git: node_js: - "4" - "6" +install: + - "npm install" script: - "npm test" http://git-wip-us.apache.org/repos/asf/cordova-common/blob/54c0608e/appveyor.yml ---------------------------------------------------------------------- diff --git a/appveyor.yml b/appveyor.yml index 58865f0..94714f2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,6 +8,7 @@ environment: install: - ps: Install-Product node $env:nodejs_version + - npm install build: off --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org