mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-04 13:05:49 +00:00
7 lines
101 B
YAML
7 lines
101 B
YAML
language: node_js
|
|
node_js:
|
|
- "0.10"
|
|
script: npm test --coverage
|
|
after_success:
|
|
- npm run coveralls
|