hefeihvac_java/node_modules/claygl/circle.yml

8 lines
130 B
YAML

machine:
node:
version: 8.8.0
test:
override:
- npm run test:cov
post:
- bash <(curl -s https://codecov.io/bash)