Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 14E3910A0B for ; Thu, 12 Dec 2013 22:48:35 +0000 (UTC) Received: (qmail 2195 invoked by uid 500); 12 Dec 2013 22:48:35 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 2159 invoked by uid 500); 12 Dec 2013 22:48:35 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 2146 invoked by uid 99); 12 Dec 2013 22:48:34 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Dec 2013 22:48:34 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 4CB7A8B6B20; Thu, 12 Dec 2013 22:48:34 +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: X-Mailer: ASF-Git Admin Mailer Subject: js commit: temporarily removed btests, not working for me Date: Thu, 12 Dec 2013 22:48:34 +0000 (UTC) Updated Branches: refs/heads/master c608726a8 -> 7e39609b4 temporarily removed btests, not working for me Project: http://git-wip-us.apache.org/repos/asf/cordova-js/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-js/commit/7e39609b Tree: http://git-wip-us.apache.org/repos/asf/cordova-js/tree/7e39609b Diff: http://git-wip-us.apache.org/repos/asf/cordova-js/diff/7e39609b Branch: refs/heads/master Commit: 7e39609b432b5acca0fce12861453af6688a2685 Parents: c608726 Author: Steven Gill Authored: Thu Dec 12 14:48:15 2013 -0800 Committer: Steven Gill Committed: Thu Dec 12 14:48:15 2013 -0800 ---------------------------------------------------------------------- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-js/blob/7e39609b/Gruntfile.js ---------------------------------------------------------------------- diff --git a/Gruntfile.js b/Gruntfile.js index e88fc9e..683c9de 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -52,5 +52,5 @@ module.exports = function(grunt) { // defaults grunt.registerTask('default', ['build', 'test']); grunt.registerTask('build', ['compile', 'jshint', 'whitespace-check']); - grunt.registerTask('test', ['_test', '_btest']); + grunt.registerTask('test', ['_test']); };