killbill-memoizeit
Changes
.circleci/config.yml 2(+1 -1)
Details
.circleci/config.yml 2(+1 -1)
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: |