From 90979061e837c21e23350dbaaf3060f54ab8fcec Mon Sep 17 00:00:00 2001 From: Vojta Jina Date: Wed, 14 Aug 2013 10:23:10 -0700 Subject: chore(travis): add docgen unit tests to Travis build --- Gruntfile.js | 1 + 1 file changed, 1 insertion(+) (limited to 'Gruntfile.js') diff --git a/Gruntfile.js b/Gruntfile.js index fb11fba0..daf5f24e 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -31,6 +31,7 @@ module.exports = function(grunt) { stream: true }, tasks: [ + {grunt: true, args: ['test:docgen']}, util.parallelTask('tests:docs'), util.parallelTask('tests:modules'), util.parallelTask('tests:jquery'), -- cgit v1.2.3