killbill-aplcache

circle: tweak integration tests setup Signed-off-by: Pierre-Alexandre

10/2/2017 7:30:51 AM

Changes

Details

diff --git a/.circleci/config.yml b/.circleci/config.yml
index c8fefe0..108f54e 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -134,7 +134,7 @@ jobs:
           name: Setup Kill Bill
           command: |
             mvn clean install -DskipTests=true
-            ./bin/start-server -s &
+            nohup ./bin/start-server -s || true
             count=0
             until $(curl --output /dev/null --silent --fail http://127.0.0.1:8080/1.0/healthcheck); do
               if [[ "$count" == "25" ]]; then