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 ワーカーを使用し続けています。
私の .travis.yml は次のようになります。
language: node_js node_js: - 0.6 script: - "make test"
私は何が欠けていますか?
はい、わかった。ファイルに「タブ」文字を含めることは.travis.ymlできません。代わりに、それらをスペースに置き換えました。
.travis.yml