From 249a47fc5d102e82c4c32be9cba33492398e38c0 Mon Sep 17 00:00:00 2001 From: Mike Reinstein Date: Fri, 18 Sep 2020 17:40:19 -0700 Subject: [PATCH] stop testing on old node version and explain in the README that it should still work but that we don't officially support them. --- .travis.yml | 4 ---- README.md | 3 +++ 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3ac813e..b376cc2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,10 +3,6 @@ sudo: false language: node_js node_js: -- '4' -- '5' -- '6' -- '7' - '8' - '9' - '10' diff --git a/README.md b/README.md index 9d07b18..10caae3 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,9 @@ An [express](https://www.npmjs.com/package/express) middleware that verifies HTTP requests sent to an Alexa skill are sent from Amazon. +This module should work on node v4 and up, though we don't test on those platforms anymore. We guarantee support node v8 and up. + + ### Usage It is recommended that you attach all Alexa routes to an express Router.