Removing node v4 and v6 for Travis build

This commit is contained in:
NGPixel
2017-03-26 22:15:19 -04:00
parent 5189ec3835
commit 0cc858fb3d
2 changed files with 1 additions and 3 deletions

View File

@@ -35,5 +35,5 @@ describe('Security', () => {
return snyk('./').then(report => {
expect(report).toPassSnyk()
})
}, 20000)
}, 30000)
})