From 9e9078a4e189eb2acd4e204180f9999777fca430 Mon Sep 17 00:00:00 2001 From: Nathan Rajlich Date: Thu, 27 Apr 2017 12:13:45 -0700 Subject: [PATCH] travis: drop node v1 and v2 --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ca99372..eae9e61 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,8 +14,6 @@ language: node_js node_js: - "0.10" - "0.12" - - "1" - - "2" - "3.2" - "4" - "5"