Skip to content

Commit 695fafc

Browse files
Add node versions
1 parent ba1345b commit 695fafc

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
language: node_js
22
sudo: false
33
node_js:
4-
- "6"
4+
- "8.4.0"
5+
- "7.5.0"
6+
- "6.4.0"
57
install:
68
- npm install
79
script:

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
"test": "mocha index.test",
1010
"release": "with-package git commit -am pkg.version && with-package git tag pkg.version && git push && npm publish && git push --tags"
1111
},
12+
"engines": {
13+
"node": ">=6.4.0"
14+
},
1215
"repository": {
1316
"type": "git",
1417
"url": "git+https://github.com/jessedobbelaere/jira-smart-commit.git"

0 commit comments

Comments
 (0)