mirror of
https://github.com/thinkjs/thinkjs.git
synced 2026-01-18 14:26:56 +00:00
8 lines
211 B
YAML
8 lines
211 B
YAML
language: node_js
|
|
node_js:
|
|
- '4'
|
|
sudo: false
|
|
script:
|
|
- "npm run test-cov"
|
|
after_script: "npm install coveralls && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
|