diff --git a/.travis.yml b/.travis.yml index eb31ab8b9..2e2931354 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,10 +6,10 @@ env: - COVERAGE=0.5 TARGET=/monolithic/ui - COVERAGE=0.5 TARGET=/monolithic/service/cart - COVERAGE=0.5 TARGET=/monolithic/service/user - - COVERAGE=0.5 TARGET=/monolithic/repository/order + - COVERAGE=0.3 TARGET=/monolithic/repository/order - COVERAGE=0.5 TARGET=/monolithic/repository/cart - COVERAGE=0.5 TARGET=/monolithic/repository/product - - COVERAGE=0.5 TARGET=/monolithic/repository/user + - COVERAGE=0.3 TARGET=/monolithic/repository/user install: - ./gradlew clean jar