gpt4 book ai didi

node.js - Travis-CI Node.js 默认为 Ruby 构建?找不到 RakeFile

转载 作者:搜寻专家 更新时间:2023-10-31 22:40:58 25 4
gpt4 key购买 nike

我将此发布为引用,以供遇到相同问题的其他人引用。

$ rake
rake aborted!
No Rakefile found (looking for: rakefile, Rakefile, rakefile.rb, Rakefile.rb)
/home/travis/.rvm/gems/ruby-1.9.3-p551/bin/ruby_executable_hooks:15:in `eval'
/home/travis/.rvm/gems/ruby-1.9.3-p551/bin/ruby_executable_hooks:15:in `<main>'
(See full trace by running task with --trace)
The command "rake" exited with 1.

以上是在 Travis-CI 上构建 Node.JS 项目时的输出。 .travis.yml 文件有效:

language: node_js
node_js:
- "0.12"

最佳答案

通过删除版本控制中的引号来修复 .travis.yml,如下所示:

language: node_js
node_js:
- 0.12

Travis Node.JS 文档当前以引号显示。这似乎是不正确的。

http://docs.travis-ci.com/user/languages/javascript-with-nodejs/

如果其他人可以测试验证,请在下面评论。

编辑:这可能是一个临时问题,因为还有其他 .travis.yml 文件的例子,版本号上有引号(如果它嵌套在包含中)。

关于node.js - Travis-CI Node.js 默认为 Ruby 构建?找不到 RakeFile,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32064862/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com