mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-28 16:15:49 +00:00
* Add *.tsbuildinfo to .gitignore * Bump versions of dependencies, nyc and yargs * Drop support for node 9 (EOL 2018-06-30) https://github.com/nodejs/Release * Add getTransaction snippet
12 lines
121 B
YAML
12 lines
121 B
YAML
language: node_js
|
|
node_js:
|
|
- 6
|
|
- 8
|
|
- 10
|
|
- 11
|
|
script:
|
|
- yarn compile
|
|
- yarn test
|
|
- yarn build
|
|
- yarn lint
|