Jelajahi Sumber

Removing node v4 and v6 for Travis build

NGPixel 8 tahun lalu
induk
melakukan
0cc858fb3d
2 mengubah file dengan 1 tambahan dan 3 penghapusan
  1. 0 2
      .travis.yml
  2. 1 1
      test/security.js

+ 0 - 2
.travis.yml

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

+ 1 - 1
test/security.js

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