mirror of
https://github.com/wassname/side-by-side.git
synced 2026-09-10 12:37:06 +08:00
Shuffle code around Makefile and .travis.yml
This commit is contained in:
+1
-3
@@ -3,9 +3,7 @@ language: node_js
|
||||
node_js:
|
||||
- 0.10
|
||||
|
||||
before_script:
|
||||
script:
|
||||
- make run &
|
||||
- sleep 5
|
||||
|
||||
script:
|
||||
- make test
|
||||
|
||||
@@ -3,7 +3,6 @@ default:
|
||||
node_modules/.bin/docpad generate
|
||||
|
||||
run:
|
||||
npm install
|
||||
node_modules/.bin/docpad run
|
||||
|
||||
test:
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
module.exports = {
|
||||
outPath: "build"
|
||||
srcPath: "source"
|
||||
prompts: false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user