aboutsummaryrefslogtreecommitdiffstats
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorVojta Jina2013-08-14 10:23:10 -0700
committerVojta Jina2013-08-14 10:24:17 -0700
commit90979061e837c21e23350dbaaf3060f54ab8fcec (patch)
tree69e99952d8aaabbf57d3ccb93fc79e0b2e1a3220 /Gruntfile.js
parent670ca75c8ab3072af289ad6b136208c6ac2e0aa7 (diff)
downloadangular.js-90979061e837c21e23350dbaaf3060f54ab8fcec.tar.bz2
chore(travis): add docgen unit tests to Travis build
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js1
1 files changed, 1 insertions, 0 deletions
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'),