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) })