Skip to content

Commit

Permalink
travis
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Jun 21, 2012
1 parent 8999a6c commit bf6b0d3
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions Makefile
Expand Up @@ -9,8 +9,11 @@ compile:
debug:
cd test; node --debug-brk ../bin/docpad run

test-clean:
rm -Rf test/node_modules test/out

test-prepare:
make clean
make test-clean
make compile

test:
Expand All @@ -21,11 +24,12 @@ install:
node ./bin/docpad install

clean:
rm -Rf lib node_modules/ npm-debug.log test/node_modules test/out
rm -Rf lib node_modules/ npm-debug.log
make test-clean
npm install

publish:
make clean
npm publish

.PHONY: dev compile test-prepare test install clean publish
.PHONY: dev compile test-clean test-prepare test install clean publish

0 comments on commit bf6b0d3

Please sign in to comment.