Skip to content

Commit

Permalink
add travis and coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
keenwon committed Sep 7, 2016
1 parent f438970 commit fb20dc9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .coveralls.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
service_name: travis-ci
repo_token: nQIy7ufIioXSF6B0zBDOc5l6bTPrpFhCW
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
language: node_js
node_js:
- "6.0.0"
before_install:
- npm install -g npm

0 comments on commit fb20dc9

Please sign in to comment.