Skip to content

Commit

Permalink
Merge pull request #86 from apiaryio/honzajavorek/drop-support-legacy…
Browse files Browse the repository at this point in the history
…-node-versions

Drop support for Node 0.10 and 0.12
  • Loading branch information
w-vi authored Feb 10, 2017
2 parents 20669aa + e063cb1 commit ab8fa38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
sudo: false
language: "node_js"
node_js:
- "0.10"
- "0.12"
- "4"
- "6"
env:
Expand All @@ -15,8 +13,6 @@ cache:
before_install:
- "npm -g install npm@latest"
- "curl -Lo travis_after_all.py https://raw.githubusercontent.com/dmakhno/travis_after_all/master/travis_after_all.py"
before_script: # https://github.com/cucumber/cucumber-js/issues/602
- "if [[ $TRAVIS_NODE_VERSION = '0.10' ]]; then npm install [email protected]; fi"
after_success: # travis_after_all.py is needed due to travis-ci/travis-ci#1548 & travis-ci/travis-ci#929
- "npm run coveralls"
- "python travis_after_all.py"
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"version": "0.0.0-semantically-released",
"description": "Validator of HTTP transactions (JavaScript implementation)",
"main": "lib/gavel.js",
"engines": {
"node": ">= 4"
},
"bin": {
"gavel": "bin/gavel"
},
Expand Down

0 comments on commit ab8fa38

Please sign in to comment.