Browse Source

Removing node v4 and v6 for Travis build

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

+ 0 - 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:

+ 1 - 1
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)
 })
 })