travis-ci

    26热度

    5回答

    我可以做任何的这些发现当前的git分支名: git branch | awk '/^\*/ { print $2 }' git describe --contains --all HEAD 但是,当在一个分离的头状态,如在后构建阶段在Jenkins maven build(或者在Travis git fetch中),这些命令不起作用。 我目前工作的解决方案是这样的: git show-ref

    1热度

    2回答

    我想让我的应用程序工作w /特拉维斯CI,但我不断收到:FATAL: database "skateparks_test" does not exist。我在他们的网站上关注了PostgreSQL的instructions,但似乎无法使其运行。如果你想看看我的.travis.yaml文件,你可以这样做的: https://github.com/kyledecot/skateparks-web/bl

    15热度

    3回答

    我试图让我的应用程序工作w /特拉维斯CI,但我不断得到:FATAL: role "skateparks" does not exist。关于我可能做错什么的想法?我跟着他们的documentation。

    7热度

    1回答

    我有一个包含用于测试项目的Rails 3.1.1应用程序的子目录(test)。我试图设置Travis-CI进行持续集成,但我无法弄清楚如何设置我的.travis.yml配置。我有: gemfile: test/Gemfile rvm: - 1.8.7 - 1.9.2 - 1.9.3 - jruby - ree script: sh -e 'cd