Skip to content

Commit

Permalink
reconfig cov tests and add ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydaly committed May 25, 2018
1 parent 69ffb92 commit cd576a7
Show file tree
Hide file tree
Showing 4 changed files with 1,269 additions and 14 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ dump.rdb

# Coverage reports
.nyc_output
coverage
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ language: node_js
node_js:
- "8"

script: "npm run-script test-travis"
script: "npm run-script test-ci"
Loading

0 comments on commit cd576a7

Please sign in to comment.