Add travis and coveralls config files

This commit is contained in:
Yemel Jardi 2015-02-10 17:22:07 -03:00
parent 2fa7b36cf0
commit 575e1e8b8c
2 changed files with 5 additions and 1 deletions

1
.coveralls.yml Normal file
View File

@ -0,0 +1 @@
repo_token: 9YjZe8icW8I0TrZ45hAcLAYr7tlNxok55

View File

@ -1,4 +1,7 @@
language: node_js
node_js:
- '0.10'
install: npm install
install:
- npm install
after_script:
- gulp coveralls