update travis to generate a built modernizr file in the dist folder

This commit is contained in:
Alex Sexton
2012-12-05 00:09:13 -06:00
parent 1280e710a7
commit 05e5cff797

View File

@@ -3,4 +3,5 @@ node_js:
- 0.8
before_script:
- npm install grunt
script: grunt travis --verbose
- ./bin/modernizr config-all.json > ./dist/modernizr-build.js
script: grunt travis --verbose