You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2013/12/12 23:48:34 UTC

js commit: temporarily removed btests, not working for me

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 <st...@gmail.com>
Authored: Thu Dec 12 14:48:15 2013 -0800
Committer: Steven Gill <st...@gmail.com>
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']);
 };