Skip to content

Commit

Permalink
Bump nock (#28)
Browse files Browse the repository at this point in the history
* update nock to latest

* use modern node versions for travis
  • Loading branch information
Flet committed Nov 22, 2019
1 parent 7e0ded6 commit 6a0ca2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
@@ -1,7 +1,7 @@
language: node_js
node_js:
- '6'
- 'node'
- '8'
- '10'
sudo: false
cache:
directories:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -43,7 +43,7 @@
"dependencies": {
"@types/nock": "^10.0.3",
"@types/tape": "^4.2.33",
"nock": "^10.0.6",
"nock": "^11.7.0",
"sanitize-filename": "^1.6.1"
},
"engines": {
Expand Down

0 comments on commit 6a0ca2f

Please sign in to comment.