mirror of
https://github.com/CesiumGS/obj2gltf.git
synced 2025-01-31 03:53:13 -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
|