Skip to content

Commit

Permalink
Add coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
PieterWigboldus committed Sep 7, 2017
1 parent 17d71bb commit b54497f
Show file tree
Hide file tree
Showing 5 changed files with 1,109 additions and 13 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ node_js:
- "8"
before_script:
- npm run lint
after_script:
- npm run coveralls
git:
depth: 10
cache:
Expand Down
2 changes: 1 addition & 1 deletion js/convert.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class Converter {
this.promise = false;
this.resolve = null;
this.reject = null;
this.version = '0.1.3';
this.version = '0.1.4';
}

/**
Expand Down

0 comments on commit b54497f

Please sign in to comment.