Skip to content

Commit

Permalink
stop testing on old node version and explain in the README that it sh…
Browse files Browse the repository at this point in the history
…ould still work but that we don't officially support them.
  • Loading branch information
Mike Reinstein committed Sep 19, 2020
1 parent 83c71f7 commit 249a47f
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
Expand Up @@ -3,10 +3,6 @@ sudo: false
language: node_js

node_js:
- '4'
- '5'
- '6'
- '7'
- '8'
- '9'
- '10'
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 249a47f

Please sign in to comment.