Skip to content

Commit

Permalink
Replaced istanbul with nyc
Browse files Browse the repository at this point in the history
  • Loading branch information
mallocator committed Jun 2, 2017
1 parent dade688 commit 8cc7f7a
Show file tree
Hide file tree
Showing 5 changed files with 1,827 additions and 12 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ logs/
*.log
*.tmp
coverage/
.nyc_output/
8 changes: 8 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
test/
coverage/
logs/
cache/
.idea/
.travis.yml
.gitignore
.nyc_output/
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
language: node_js

sudo: false

node_js:
- "7.6"
- "8.0"

services:
- redis-server

before_script: "npm i redis"
script: "npm run test-travis"
after_script: "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js || true"
Loading

0 comments on commit 8cc7f7a

Please sign in to comment.