Skip to content

Commit 0d30255

Browse files
committed
quit unity after integration test, new ranker id
1 parent 96c49b5 commit 0d30255

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Config.json.enc

0 Bytes
Binary file not shown.

Travis/runTests.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then
2727
-silent-crashes \
2828
-logFile $(pwd)/integrationTests.log \
2929
-projectPath $(pwd)/Travis/UnityTestProject \
30-
-executemethod IBM.Watson.DeveloperCloud.Editor.TravisIntegrationTests.RunTests
30+
-executemethod IBM.Watson.DeveloperCloud.Editor.TravisIntegrationTests.RunTests \
31+
-quit
3132
if [ $? = 0 ] ; then
3233
echo "UnitTest COMPLETED! Exited with $?"
3334
exit 0

0 commit comments

Comments
 (0)