在与python项目一起使用的travis CI中,我需要测试我的repo中的子目录的内容(而不是我的github repo的根目录)。
我试图添加:
before_install: cd project
但我仍然可以登录我的日志":
在/.../ user / my_github_repo
中工作警告!没有什么可以提前测试的。
也许使用变量? https://docs.travis-ci.com/user/environment-variables/
TIA
答案 0 :(得分:0)
如果它可能对其他人有用:
以下https://docs.travis-ci.com/user/environment-variables/#Defining-Variables-in-travisyml
我用过.travis.yml文件: