From 3eff453aacac2f558c81cc7dc2b012ee2c82ff7c Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Fri, 29 Sep 2017 01:43:36 +0400 Subject: Refusal to support older versions of NodeJS --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index ecd089f..c50cf2b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,6 @@ node_js: - "8" - "7" - "6" - - "5" - - "4" os: - linux @@ -20,7 +18,6 @@ before_install: - npm install --global codacy-coverage install: - - npm install --only=production - npm install --only=development script: -- cgit v1.2.3