mirror of
https://github.com/CesiumGS/obj2gltf.git
synced 2024-11-23 16:44:05 -05:00
7 lines
136 B
YAML
7 lines
136 B
YAML
language: node_js
|
|
node_js:
|
|
- 4
|
|
script:
|
|
- npm run jsHint -- --failTaskOnError
|
|
- npm run test -- --failTaskOnError --suppressPassed
|