Add travis and coveralls config files
This commit is contained in:
parent
2fa7b36cf0
commit
575e1e8b8c
1
.coveralls.yml
Normal file
1
.coveralls.yml
Normal file
@ -0,0 +1 @@
|
|||||||
|
repo_token: 9YjZe8icW8I0TrZ45hAcLAYr7tlNxok55
|
||||||
@ -1,4 +1,7 @@
|
|||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- '0.10'
|
- '0.10'
|
||||||
install: npm install
|
install:
|
||||||
|
- npm install
|
||||||
|
after_script:
|
||||||
|
- gulp coveralls
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user