Skip to content

Commit

Permalink
Merge 8d01075 into eed816b
Browse files Browse the repository at this point in the history
  • Loading branch information
jama5262 committed Feb 18, 2020
2 parents eed816b + 8d01075 commit 0f87d70
Show file tree
Hide file tree
Showing 21 changed files with 636 additions and 183 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ node_modules
.env.local
.env.*.local

# Coverage
coverage

# Log files
npm-debug.log*
yarn-debug.log*
Expand Down
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
language: node_js
node_js:
- 8
script:
- npm run test:unit
after-script:
- cat ./coverage/lcov.info | coveralls

0 comments on commit 0f87d70

Please sign in to comment.