mirror of
https://github.com/pissang/claygl.git
synced 2026-02-01 17:27:08 +00:00
9 lines
131 B
YAML
9 lines
131 B
YAML
machine:
|
|
node:
|
|
version: 8.8.0
|
|
test:
|
|
override:
|
|
- npm run test:cov
|
|
post:
|
|
- bash <(curl -s https://codecov.io/bash)
|