Commit 0cc858fb authored by NGPixel's avatar NGPixel

Removing node v4 and v6 for Travis build

parent 5189ec38
language: node_js
node_js:
- '7'
- '6'
- '4'
addons:
apt:
sources:
......
......@@ -35,5 +35,5 @@ describe('Security', () => {
return snyk('./').then(report => {
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