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