Skip to content

Commit

Permalink
update node -v to skip CI test for older version
Browse files Browse the repository at this point in the history
  • Loading branch information
Agnes Lin committed Jun 20, 2019
1 parent a5b45f0 commit 292ceb1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ before_install:
- npm config set registry http://ci.strongloop.com:4873/

node_js:
- 6
- 8
- 10
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "2.3.0",
"description": "LoopBack Connector for IBM Cloudant DB",
"engines": {
"node": ">=6"
"node": ">=8.9"
},
"author": "IBM Corp.",
"keywords": [
Expand Down

0 comments on commit 292ceb1

Please sign in to comment.