make travisci build before running tests
This commit is contained in:
parent
1a080df671
commit
95f442ef93
2 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- "0.10"
|
- "0.10"
|
||||||
|
before_script:
|
||||||
|
- make
|
||||||
|
|
1
Makefile
1
Makefile
|
@ -47,3 +47,4 @@ test:
|
||||||
clean:
|
clean:
|
||||||
@rm -r comicbook
|
@rm -r comicbook
|
||||||
@rm -r examples/comicbook
|
@rm -r examples/comicbook
|
||||||
|
@rm lib/templates.js
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue