From 255d9f14d9488c653110aae3ad623c4f38a7d2a9 Mon Sep 17 00:00:00 2001 From: Arthur Cinader <700572+acinader@users.noreply.github.com> Date: Fri, 7 Jun 2019 21:02:36 -0700 Subject: [PATCH] remove support for node 8. If you're using node 8 and you want to use this library, pleae send me a postcard and I'll definately add support. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f98fed0..94ab01f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,4 +2,3 @@ language: node_js node_js: - '12' - '10' - - '8'