Merge pull request #268 from strongloop/drop-node-6
Drop Node.js 6 and add Node.js 12 to Travis CI
This commit is contained in:
commit
06fae69f57
|
@ -1,6 +1,6 @@
|
|||
sudo: false
|
||||
language: node_js
|
||||
node_js:
|
||||
- "6"
|
||||
- "8"
|
||||
- "10"
|
||||
- "12"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"version": "6.4.0",
|
||||
"description": "Browse and test your LoopBack app's APIs",
|
||||
"engines": {
|
||||
"node": ">=6"
|
||||
"node": ">=8.9"
|
||||
},
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in New Issue