From b403b08069b474482c4851597849931288695e36 Mon Sep 17 00:00:00 2001 From: regevbr Date: Mon, 11 Mar 2019 16:36:26 +0200 Subject: [PATCH] supports only node 6 and above --- .travis.yml | 2 -- README.md | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index c3ada6e..8c90f0f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,5 @@ language: node_js node_js: - - "4" - - "5" - "6" - "7" - "8" diff --git a/README.md b/README.md index 06dfef8..64bafd4 100644 --- a/README.md +++ b/README.md @@ -212,7 +212,7 @@ Changes the visibility timeout of the message. The raw, unprocessed SQS response object as delivered from the aws-sdk. ## Versions -Squiss supports Node 4 LTS and higher. For 0.12 support, consider compiling with Babel or using Squiss version 0.x. +Squiss supports Node 6 LTS and higher. ## Credits This project is a typescript port (with better performance) of the wonderful and unmaintnaed project [TomFrost/Squiss](https://www.github.com/TomFrost/Squiss)