mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 11:10:01 +08:00
f6c0e69af5
* Cleanup npm scripts * Lint fix * Don't need ignore js files * Upgrade jest * Add components index.tsx test
16 lines
189 B
YAML
16 lines
189 B
YAML
sudo: false
|
|
|
|
language: node_js
|
|
|
|
node_js:
|
|
- "6"
|
|
|
|
env:
|
|
- MAX_WORKERS=2
|
|
|
|
script:
|
|
- npm run test-all
|
|
|
|
after_script:
|
|
- cat ./coverage/lcov.info | node_modules/coveralls/bin/coveralls.js
|