Skip to content

Commit c722bf7

Browse files
committed
update deps.
1 parent a58a58d commit c722bf7

File tree

3 files changed

+3459
-1711
lines changed

3 files changed

+3459
-1711
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ sudo: false
22
language: node_js
33
node_js:
44
- node
5-
- '4'
5+
- "6"
66
before_install: npm install --global npm
77
script: npm run-script pretest && npm run-script coverage
8-
after_script: npx istanbul-coveralls
8+
after_script: nyc report --reporter=text-lcov | npx coveralls

0 commit comments

Comments
 (0)