mirror of
https://github.com/imezx/Warp.git
synced 2025-04-24 23:20:02 +00:00
6 lines
86 B
YAML
6 lines
86 B
YAML
|
language: node_js
|
||
|
node_js:
|
||
|
- "stable"
|
||
|
script:
|
||
|
- npm run build
|
||
|
- npm run karma-ci
|