hefeihvac_java/node_modules/claygl/circle.yml

8 lines
130 B
YAML
Raw Normal View History

2024-04-07 18:15:00 +08:00
machine:
node:
version: 8.8.0
test:
override:
- npm run test:cov
post:
- bash <(curl -s https://codecov.io/bash)