Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试为托管在 github 上的 node.js 项目设置 travis-ci。出于某种原因,travis 一直使用 ruby worker 来构建/测试项目。
我的 .travis.yml 看起来像:
language: node_js node_js: - 0.6 script: - "make test"
我错过了什么?
好的,我知道了。该.travis.yml文件不得包含“制表符”字符。相反,我用空格替换了它们。
.travis.yml