Browse Source

Removing node v4 and v6 for Travis build

pull/73/head
NGPixel 8 years ago
parent
commit
0cc858fb3d
2 changed files with 1 additions and 3 deletions
  1. 2
      .travis.yml
  2. 2
      test/security.js

2
.travis.yml

@ -1,8 +1,6 @@
language: node_js language: node_js
node_js: node_js:
- '7' - '7'
- '6'
- '4'
addons: addons:
apt: apt:
sources: sources:

2
test/security.js

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