travis.yml - Add node 10, remove 8

Typescript-eslint was failing earlier as somehow 8 is not supported
This commit is contained in:
2019-12-31 20:25:52 +05:30
committed by GitHub
parent 0705d18e23
commit 45125b192a
+1 -1
View File
@@ -1,4 +1,4 @@
language: node_js language: node_js
node_js: node_js:
- 9 - 9
- 8 - 10