Skip to content

Commit

Permalink
SCB-976 Tried to fix the travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
WillemJiang committed Dec 15, 2018
1 parent 156c52b commit b6ae242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ then
else
echo "Running the unit tests and integration tests here!"
mvn clean install -Pjacoco -Pdocker -P${SPRING_BOOT_PROFILE} coveralls:report
mvn clean verify -f saga-demo -Pdemo -Pdocker -P${SPRING_BOOT_PROFILE} -Ddocker.useColor=false -Ddocker.showLogs
mvn clean verify -f demo -Pdemo -Pdocker -P${SPRING_BOOT_PROFILE} -Ddocker.useColor=false -Ddocker.showLogs
mvn clean verify -f acceptance-tests -Pdemo -Pdocker -P${SPRING_BOOT_PROFILE} -Ddocker.useColor=false -Ddocker.showLogs
fi

0 comments on commit b6ae242

Please sign in to comment.