Files
xahau.js/packages/ripple-address-codec/.travis.yml
ledhed2222 457c840abb switch to npm (#196)
* allow tests to be run manually
2021-10-14 15:46:02 -04:00

10 lines
94 B
YAML

language: node_js
node_js:
- 10
- 12
- 13
script:
- npm run compile
- npm test
- npm run lint