Skip to content

Commit

Permalink
Merge 9db1d4b into a5441d4
Browse files Browse the repository at this point in the history
  • Loading branch information
akhilome committed May 28, 2018
2 parents a5441d4 + 9db1d4b commit 8fdac5f
Show file tree
Hide file tree
Showing 4 changed files with 2,763 additions and 425 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -2,3 +2,4 @@
node_modules/
# Ignore Coverage data
coverage
.nyc_output/
4 changes: 1 addition & 3 deletions .travis.yml
@@ -1,6 +1,4 @@
language: node_js
node_js:
- "node"
after_success:
- npm run coverage
- npm run report-coverage
after_success: npm run coverage

0 comments on commit 8fdac5f

Please sign in to comment.