From 379fb753ca78c9ab31d7b565f4d98fdc551aad2f Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Sun, 30 Apr 2017 02:47:28 +0430 Subject: [PATCH] [ci] drop node<6 This is because jsdom no longer supports this environments --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 07ba1ee4b9..7db39d1a44 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,8 +2,6 @@ language: node_js node_js: - "7.2" - "6.9" - - "5.12" - - "4.7" before_install: - if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi install: