killbill-memoizeit

circleci: fix integration tests setup Signed-off-by: Pierre-Alexandre

10/3/2017 10:33:04 AM

Changes

Details

diff --git a/.circleci/config.yml b/.circleci/config.yml
index 7f506ea..27e1c2c 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -134,7 +134,7 @@ jobs:
           name: Setup Kill Bill
           command: |
             mvn clean install -DskipTests=true
-            nohup ./bin/start-server -s || true
+            nohup ./bin/start-server -s &
       - run:
           name: Run integration tests
           command: |