From 42e8bd607fd62b774eaf35af94eba1d0788c6002 Mon Sep 17 00:00:00 2001 From: Ruben Bridgewater Date: Sun, 23 Jul 2017 14:00:00 -0300 Subject: [PATCH] chore: stop testing Node.js 7 --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 40cfa5f9e1c..51745c8819d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,5 @@ node_js: - "0.12" - "4" - "6" - - "7" - "8" after_success: npm run coveralls