Shuffle code around Makefile and .travis.yml

This commit is contained in:
Vit Brunner
2013-06-13 00:18:28 +01:00
parent 941f63483d
commit 6e6e6f4424
3 changed files with 2 additions and 4 deletions
+1 -3
View File
@@ -3,9 +3,7 @@ language: node_js
node_js:
- 0.10
before_script:
script:
- make run &
- sleep 5
script:
- make test
-1
View File
@@ -3,7 +3,6 @@ default:
node_modules/.bin/docpad generate
run:
npm install
node_modules/.bin/docpad run
test:
+1
View File
@@ -1,4 +1,5 @@
module.exports = {
outPath: "build"
srcPath: "source"
prompts: false
}