Skip to content

Commit

Permalink
Merge pull request #238 from dwyl/remove-old-versions-of-nodejs-issue…
Browse files Browse the repository at this point in the history
…-#237

remove old (no longer supported) versions of node.js from .travis.yml
  • Loading branch information
iteles authored Jun 14, 2021
2 parents f78025f + 5f4a1f0 commit 509c935
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
language: node_js
node_js:
- "node"
- "8"
- "10"
- "12"
- "14"
before_install:
- pip install --user codecov
after_success:
- codecov --file coverage/lcov.info --disable search
- bash <(curl -s https://codecov.io/bash)
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-sdk-mock",
"version": "5.1.0",
"version": "5.2.0",
"description": "Functions to mock the JavaScript aws-sdk ",
"main": "index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -38,8 +38,8 @@
},
"homepage": "https://github.com/dwyl/aws-sdk-mock#readme",
"dependencies": {
"aws-sdk": "^2.710.0",
"sinon": "^9.0.2",
"aws-sdk": "^2.928.0",
"sinon": "^11.1.1",
"traverse": "^0.6.6"
},
"devDependencies": {
Expand Down

0 comments on commit 509c935

Please sign in to comment.