Files
xahau.js/.travis.yml
Mayukha Vadari 62538a75b1 Switches from yarn to npm (#1591)
* remove yarn.lock

* reinstall with npm

* fix package.json

* update xrplf eslint

* fix all other instances of yarn
2021-10-04 14:10:11 -04:00

10 lines
96 B
YAML

language: node_js
node_js:
- 10
- 12
- 13
script:
- npm test
- npm build
- npm lint