mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-12-03 02:25:49 +00:00
11 lines
113 B
YAML
11 lines
113 B
YAML
language: node_js
|
|
node_js:
|
|
- 6
|
|
- 8
|
|
- 9
|
|
script:
|
|
- yarn compile
|
|
- yarn test
|
|
- yarn build
|
|
- yarn lint
|