Removing node v4 and v6 for Travis build
This commit is contained in:
parent
5189ec3835
commit
0cc858fb3d
@ -1,8 +1,6 @@
|
|||||||
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', () => {
|
|||||||
return snyk('./').then(report => {
|
return snyk('./').then(report => {
|
||||||
expect(report).toPassSnyk()
|
expect(report).toPassSnyk()
|
||||||
})
|
})
|
||||||
}, 20000)
|
}, 30000)
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user