Skip to content

Commit

Permalink
Add node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jessedobbelaere committed Sep 7, 2017
1 parent ba1345b commit 695fafc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
language: node_js
sudo: false
node_js:
- "6"
- "8.4.0"
- "7.5.0"
- "6.4.0"
install:
- npm install
script:
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
"test": "mocha index.test",
"release": "with-package git commit -am pkg.version && with-package git tag pkg.version && git push && npm publish && git push --tags"
},
"engines": {
"node": ">=6.4.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jessedobbelaere/jira-smart-commit.git"
Expand Down

0 comments on commit 695fafc

Please sign in to comment.