Files
xahau.js/.travis.yml
FKSRipple 56b67d62a3 Update Node.js Testing Versions (#1085)
Updated our testing matrix based on: https://nodejs.org/en/about/releases/

- Node 11 is no longer supported (not LTS)
- Node 12 added (active LTS)
- Node 13 added ("current" release)
2019-11-11 13:56:22 -08:00

11 lines
105 B
YAML

language: node_js
node_js:
- 8
- 10
- 12
- 13
script:
- yarn test
- yarn build
- yarn lint