travis.yml - Remove node 9, add 8 and 11

This commit is contained in:
2019-12-31 20:35:11 +05:30
committed by GitHub
parent 45125b192a
commit 0721e77627
+2 -1
View File
@@ -1,4 +1,5 @@
language: node_js language: node_js
node_js: node_js:
- 9 - 8
- 10 - 10
- 11