Commit 86e16f58 by Marcin Grzejszczak

Analysing the stalling test issue

parent 13aa5be9
......@@ -31,9 +31,9 @@ script:
echo "Pull Request: ${TRAVIS_PULL_REQUEST}"
if [ "${TRAVIS_BRANCH}" = master ] && [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then
echo "[Publishing] Pushing snapshot to Sonatype"
./mvnw -s .settings.xml deploy -P release -nsu -X
./mvnw -s .settings.xml deploy -P release -nsu -Dmaven.test.redirectTestOutputToFile=false
else
echo "[Installing] Intalling snapshot to local maven repo"
./mvnw install -nsu -X
./mvnw install -nsu -Dmaven.test.redirectTestOutputToFile=false
fi
- jdk_switcher use oraclejdk8 && sh -e scripts/runAcceptanceTests.sh
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment