mirror of
https://github.com/thinkjs/thinkjs.git
synced 2026-02-01 15:23:03 +00:00
7 lines
202 B
YAML
7 lines
202 B
YAML
language: node_js
|
|
node_js:
|
|
- '0.12'
|
|
script:
|
|
- "npm run test-cov"
|
|
after_script: "npm install coveralls && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
|