Stop supporting Node v4 to enable newer ES6 syntax

pull/77/head
Romain 7 years ago
parent 97a6e348cc
commit 56235266bb

@ -1,5 +1,5 @@
language: node_js
node_js:
- '4'
- '6'
- '8'
script: scripts/cibuild

Loading…
Cancel
Save