Skip to content

Commit

Permalink
fix #24: add Travis and Coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
groovecoder committed Feb 9, 2018
1 parent 4bf92ba commit 2dcc7de
Show file tree
Hide file tree
Showing 5 changed files with 2,379 additions and 81 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
node_modules
.env
.nyc_output
.coveralls.yml
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
language: node_js
node_js:
- "9.5"

0 comments on commit 2dcc7de

Please sign in to comment.