Skip to content

Commit

Permalink
Move Docpad generation from Travis config file to NPM test script
Browse files Browse the repository at this point in the history
  • Loading branch information
zenorocha committed May 7, 2013
1 parent d2a0690 commit cc9598d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ node_js:
- 0.8
- 0.10
before_script:
- npm install -g docpad
- docpad generate
- npm install -g docpad
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,17 @@
"version": "0.2.0",
"description": "A kickstart to create websites for conference/events.",
"homepage": "http://confboilerplate.com",
"repository" : {
"repository": {
"type" : "git",
"url" : "http://github.com/braziljs/conf-boilerplate.git"
},
"engines" : {
"engines": {
"node": ">0.8.x",
"npm": "1.1.x"
},
"scripts": {
"test": "docpad generate"
},
"dependencies": {
"docpad-plugin-eco": "2.0.2",
"docpad-plugin-marked": "2.1.1",
Expand Down

0 comments on commit cc9598d

Please sign in to comment.