Browse Source

Remove support for node6 and add support for node11

pull/596/head
Sergi Almacellas Abellana 6 years ago
parent
commit
30cf324705
  1. 3
      .travis.yml

3
.travis.yml

@ -1,7 +1,6 @@
language: node_js language: node_js
node_js: node_js:
- "6"
- "8" - "8"
- "9" - "9"
- "10" - "10"
- "11"

Loading…
Cancel
Save