gpt4 book ai didi

node.js - 特拉维斯cmd命令

转载 作者:太空宇宙 更新时间:2023-11-04 00:15:45 24 4
gpt4 key购买 nike

如何在 .travis.yml 中使用 cmd 命令?我需要在安装我的包并执行我的服务器之前执行“cd”。这是我的 .travis.yml

language: node_js
node_js:
- 6
services:
- mongodb
install: npm install
script: npm start

最佳答案

使用before_install,请检查documentation特拉维斯:

language: node_js
node_js:
- 6
services:
- mongodb
before_install: cd ./path
install: npm install
script: npm start

关于node.js - 特拉维斯cmd命令,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47138011/

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