Removing node v4 and v6 for Travis build

pull/73/head
NGPixel 8 years ago
parent 5189ec3835
commit 0cc858fb3d

@ -1,8 +1,6 @@
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)
})

Loading…
Cancel
Save