Skip to content

Commit 1edc6a8

Browse files
committed
changed node version on travis.yml to latest lts
1 parent 8b20c4d commit 1edc6a8

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.travis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
11
language: node_js
22
node_js:
3-
- "8"
4-
- "7"
5-
- "6"
6-
- "5"
7-
- "4"
3+
- lts/*"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"url": "git+https://github.com/inspekter/inspekter-plugin-javascript.git"
1212
},
1313
"engines" : {
14-
"node" : ">=4.0.0"
14+
"node" : ">=4"
1515
},
1616
"author": "Pablo Oliveira <kryptogeist@gmail.com>",
1717
"license": "MIT",

0 commit comments

Comments
 (0)