1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-05-09 18:06:53 +02:00

Added documentation generation on after_success step in travis

This commit is contained in:
Max Guglielmi 2015-08-06 16:00:52 +10:00
parent 5b42842f7a
commit a0230b85a7

View file

@ -2,4 +2,6 @@ language: node_js
node_js:
- "0.10"
before_script:
- npm install grunt-cli -g
- npm install grunt-cli -g
after_success:
- grunt esdoc