Skip to content

Commit

Permalink
Merge eea8d88 into 250ab3e
Browse files Browse the repository at this point in the history
  • Loading branch information
kimulaco committed Oct 6, 2019
2 parents 250ab3e + eea8d88 commit 324cfe9
Show file tree
Hide file tree
Showing 8 changed files with 856 additions and 246 deletions.
9 changes: 5 additions & 4 deletions .gitignore
@@ -1,4 +1,5 @@
.DS_Store
.node-version
npm-debug.log
node_modules
.DS_Store
.node-version
npm-debug.log
node_modules
coverage
8 changes: 4 additions & 4 deletions .npmignore
@@ -1,4 +1,4 @@
.node-version
npm-debug.log
node_modules
__test__
.node-version
.log
node_modules
coverage
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -5,10 +5,9 @@ dist: trusty

before_script:
- npm i
- npm i -D coveralls

script:
- npm run lint
- jest --coverage
- npm run test
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
- rm -rf ./coverage

0 comments on commit 324cfe9

Please sign in to comment.