Skip to content

Commit 47f8dbc

Browse files
committed
Added travis task to Grunt configuration.
Part of issue #3.
1 parent f9f2af5 commit 47f8dbc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Gruntfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,5 +128,6 @@ module.exports = function(grunt) {
128128
grunt.registerTask('build:js', [ 'concat', 'jshint', 'qunit', 'uglify' ]);
129129
grunt.registerTask('build:docs', [ 'copy' ]);
130130
grunt.registerTask('build:release', [ 'clean', 'build', 'compress' ]);
131+
grunt.registerTask('travis', [ 'concat', 'jshint', 'qunit' ]);
131132

132133
};

0 commit comments

Comments
 (0)