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