From a5f2730f4803e19bba0977ae91a94729eda1d8a5 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Mon, 20 Mar 2017 13:28:44 +0700 Subject: [PATCH] Remove Node.js 4.4.4 from testing Don't care about it. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 26d5d26..ccbdd1a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,5 +4,4 @@ node_js: - '7' - '6' - '4' - - '4.4.4' after_success: npm run coveralls