gpt4 book ai didi

travis-ci - 子目录中的 Travis CI

转载 作者:行者123 更新时间:2023-12-04 12:36:13 27 4
gpt4 key购买 nike

我有一个带有子目录 ( test ) 的 gem,其中包含用于测试项目的 Rails 3.1.1 应用程序。我正在尝试设置 Travis-CI 以进行持续集成,但是我不知道如何设置我的 .travis.yml配置。我有:

gemfile: test/Gemfile
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- jruby
- ree
script: sh -e 'cd test' && bundle exec rake db:drop db:create db:migrate test

什么导致:
sh: Can't open cd test

有任何想法吗?

最佳答案

发现这是一些文档的问题。脚本调用应该是:

script: sh -c 'cd test && bundle exec rake db:drop db:create db:migrate test'

关于travis-ci - 子目录中的 Travis CI,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7845962/

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