1 Star 0 Fork 0

hehuasa / obj2gltf

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 399 Bytes
一键复制 编辑 原始数据 按行查看 历史
Sean Lilley 提交于 2017-11-06 09:42 . Node 8 upgrade
language: node_js
node_js:
- "8"
script:
- npm run eslint
- npm run test -- --failTaskOnError --suppressPassed
after_success:
## We only need to run coveralls for one node version (doesn't matter which one).
## We also ignore publishing failures, since restarting an existing travis build would otherwise break.
- if node --version | grep -q ^v8 ; npm run coverage && npm run coveralls; fi
1
https://gitee.com/hehuasa/obj2gltf.git
git@gitee.com:hehuasa/obj2gltf.git
hehuasa
obj2gltf
obj2gltf
master

搜索帮助