gpt4 book ai didi

javascript - 使用 velocity、meteor 和 travis ci

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

我在 Meteor 中做了一个基本的应用程序,并使用了 velocity with mocha .我试图找到在 travis ci 上构建的方法。 Travis 建议将以下内容用于 .travis.yml

language: node_js
node_js:
- "0.10"
before_install:
- "curl -L http://git.io/3l-rRA | /bin/sh"
services:
- mongodb
env:
- LAIKA_OPTIONS="-t 5000"

不幸的是,这似乎be based on the deprecated laika framework .

有什么方法可以在 meteor 应用程序上使用速度框架并将其构建在 travis ci 上?

最佳答案

我在尝试在 Travis 上启动和运行 cucumber 测试时遇到了同样的问题。

事实证明,它就像通过他们官方网站上推荐的方式安装 Meteor 一样简单。这是我在 project 上使用的配置:

sudo: required
language: node_js
node_js:
- "0.12"
install:
- "curl https://install.meteor.com | /bin/sh"
- "meteor update"
script:
- "meteor --test --once"
env:
- "SELENIUM_BROWSER=phantomjs"

关于javascript - 使用 velocity、meteor 和 travis ci,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28729184/

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