我的所有测试都通过了,建筑图标仍然是灰色的(错误)......
但Github自述文件上的图标(网址粘贴)正在传递/绿色...
travis.yml中的任何缺失参数?
{
"language": "node_js",
"node_js": "8.4.0",
"sudo": false,
"dist": "trusty",
"addons": {
"chrome": "stable"
},
"cache": {
"yarn": true,
"directories": [
"node_modules"
]
},
"install": [
"yarn"
],
"script": [
"yarn test"
],
"group": "stable",
"os": "linux"
}