Skip to content

Commit

Permalink
another try at generating a built file in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
SlexAxton committed Dec 5, 2012
1 parent 05e5cff commit 8241a78
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ node_js:
- 0.8
before_script:
- npm install grunt
- ./bin/modernizr config-all.json > ./dist/modernizr-build.js
- mkdir -p dist
- ./bin/modernizr config-all.json > dist/modernizr-build.js
script: grunt travis --verbose

0 comments on commit 8241a78

Please sign in to comment.