Skip to content

Commit

Permalink
Merge a58d1c1 into e5c2106
Browse files Browse the repository at this point in the history
  • Loading branch information
billkabanga committed Dec 10, 2019
2 parents e5c2106 + a58d1c1 commit c1c1353
Show file tree
Hide file tree
Showing 6 changed files with 1,527 additions and 458 deletions.
1 change: 1 addition & 0 deletions .coveralls.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
repo_token: j5xCOeX8YtfoH3nmwDj8cfrOcjgXC3E04
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
#dependencies
node_modules

# coverage files
coverage
.nyc_output
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:
- 'stable'
install: npm install
script: npm run coveralls

0 comments on commit c1c1353

Please sign in to comment.