Commit 0cc858fb authored by NGPixel's avatar NGPixel

Removing node v4 and v6 for Travis build

parent 5189ec38
language: node_js language: node_js
node_js: node_js:
- '7' - '7'
- '6'
- '4'
addons: addons:
apt: apt:
sources: sources:
......
...@@ -35,5 +35,5 @@ describe('Security', () => { ...@@ -35,5 +35,5 @@ describe('Security', () => {
return snyk('./').then(report => { return snyk('./').then(report => {
expect(report).toPassSnyk() expect(report).toPassSnyk()
}) })
}, 20000) }, 30000)
}) })
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment