Skip to content

Commit

Permalink
Rename Grunt task for Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrien Grsmto committed Oct 20, 2013
1 parent 497bdab commit 63d5666
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 @@ -65,6 +65,6 @@ module.exports = function(grunt) {
grunt.loadNpmTasks('grunt-contrib-watch');

grunt.registerTask("default", ["jshint", "uglify", "qunit"]);
grunt.registerTask("test", ["jshint", "qunit"]);
grunt.registerTask("travis", ["jshint", "qunit"]);

};

0 comments on commit 63d5666

Please sign in to comment.