Skip to content

Commit

Permalink
Ensure the travis task builds
Browse files Browse the repository at this point in the history
  • Loading branch information
nicjansma committed Sep 17, 2015
1 parent 4043bd3 commit 4d5212d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,6 @@ module.exports = function(grunt) {
// Task Groups
//
grunt.registerTask("default", ["lint", "build"]);
grunt.registerTask("travis", ["test", "lint"]);
grunt.registerTask("travis", ["clean", "lint", "build", "test"]);
grunt.registerTask("all", ["clean", "lint:console", "build", "test"]);
};

0 comments on commit 4d5212d

Please sign in to comment.