From 0cc858fb3d76ca5e05b8275acb0a496f3f8e68fb Mon Sep 17 00:00:00 2001 From: NGPixel Date: Sun, 26 Mar 2017 22:15:19 -0400 Subject: [PATCH] Removing node v4 and v6 for Travis build --- .travis.yml | 2 -- test/security.js | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index aa7d2293..850d0c25 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,6 @@ language: node_js node_js: - '7' -- '6' -- '4' addons: apt: sources: diff --git a/test/security.js b/test/security.js index ed688180..a382176b 100644 --- a/test/security.js +++ b/test/security.js @@ -35,5 +35,5 @@ describe('Security', () => { return snyk('./').then(report => { expect(report).toPassSnyk() }) - }, 20000) + }, 30000) })