Files
xlsx-template/.travis.yml
T
Andrii Kurdiumov 41a8d14db9 Remove testing on NodeJS which reach EOL (#112)
This does not mean it would not work on these version, as I hardly imaging which we will use something special
2020-08-01 14:11:06 +06:00

5 lines
51 B
YAML

language: node_js
node_js:
- 10
- 12
- 14