Skip to content

Commit 8b20c4d

Browse files
author
Pablo Oliveira
committed
added .travis.yml
1 parent 9e6794c commit 8b20c4d

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
language: node_js
2+
node_js:
3+
- "8"
4+
- "7"
5+
- "6"
6+
- "5"
7+
- "4"

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
"type": "git",
1111
"url": "git+https://github.com/inspekter/inspekter-plugin-javascript.git"
1212
},
13+
"engines" : {
14+
"node" : ">=4.0.0"
15+
},
1316
"author": "Pablo Oliveira <kryptogeist@gmail.com>",
1417
"license": "MIT",
1518
"bugs": {

0 commit comments

Comments
 (0)