Skip to content

Commit

Permalink
Nodeunit not being used in Grunt
Browse files Browse the repository at this point in the history
  • Loading branch information
nicjansma committed Mar 24, 2014
1 parent 4243dfa commit cc06e62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ module.exports = function(grunt) {
//
grunt.registerTask('default', ['jshint', 'uglify']);
grunt.registerTask('lint', ['uglify']);
grunt.registerTask('travis', ['nodeunit', 'jshint']);
grunt.registerTask('all', ['nodeunit', 'jshint', 'uglify']);
grunt.registerTask('travis', ['jshint']);
grunt.registerTask('all', ['jshint', 'uglify']);
};

0 comments on commit cc06e62

Please sign in to comment.