Travis: remove node 6 and add 13 (#59)

This commit is contained in:
Elliot Lee
2020-01-13 10:41:35 -08:00
parent 037d30f3b3
commit bc4ae8742c

View File

@@ -1,9 +1,9 @@
language: node_js language: node_js
node_js: node_js:
- 6
- 8 - 8
- 10 - 10
- 12 - 12
- 13
script: script:
- yarn compile - yarn compile
- yarn test - yarn test