gpt4 book ai didi

travis-ci - Travis CI 构建错误

转载 作者:行者123 更新时间:2023-12-01 00:38:07 27 4
gpt4 key购买 nike

关闭。这个问题是not reproducible or was caused by typos .它目前不接受答案。












想改善这个问题吗?更新问题,使其成为 on-topic对于堆栈溢出。

5年前关闭。




Improve this question




我通过语义发布生成了一个 travis.yml 文件,如下所示:

sudo: false
language: node_js
cache:
directories:
- node_modules
notifications:
email: false
node_js:
- 'iojs'
before_install:
- npm i -g npm@^2.0.0
before_script:
- npm prune
script:
- npm run test:single
after_success:
- npm run semantic-release
branches:
except:
- /^v\d+\.\d+\.\d+$/

执行 git push 后,我从 Travis 收到以下错误:
ERROR: An error occured while trying to parse your .travis.yml file.
Please make sure that the file is valid YAML.
http://lint.travis-ci.org can check your .travis.yml.
The log message was: Build config file had a parse error: did not find expected '-' indicator while parsing a block collection at line 13 column 3.

在来自 Travis 的电子邮件中,我还收到以下系统消息:

系统讯息:
由于新的支持 sudo 的 Precise and Trusty 镜像,我们看到了构建失败。查看更多详情 here .感谢您一直以来的耐心。

那么我的 travis.yml 文件中是否有错误或其他错误?

谢谢
苏海尔

最佳答案

从以下位置删除空格:

  script:
- npm run test:single

到:
script:
- npm run test:single

关于travis-ci - Travis CI 构建错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39075953/

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