File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,12 +39,12 @@ before_script:
3939 - adb shell input keyevent 82 &
4040script :
4141 - jdk_switcher use oraclejdk8
42- - grunt default &&
42+ - grunt default --verbose &&
4343 FULL_PACKAGE_VERSION=`node -e 'console.log(require("./bin/dist/tns-core-modules/package.json").version);'` &&
4444 (cd build/platform-declarations && grunt) &&
4545 echo no | npm install nativescript@next -g > /dev/null &&
46- grunt buildOnlyTestsApp --platform=Android --modulesPath=./bin/dist/$PACKAGE_NAME-$FULL_PACKAGE_VERSION.tgz --runtimeVersion=$RUNTIMEVERSION --emuPId=.*emulator.* --avd=$AVD_NAME --showEmu=false > /dev/null &&
47- grunt runOnlyTestsApp --platform=Android --modulesPath=./bin/dist/$PACKAGE_NAME-$FULL_PACKAGE_VERSION.tgz --emuPId=.*emulator.* --avd=$AVD_NAME --showEmu=false
46+ grunt buildOnlyTestsApp --verbose -- platform=Android --modulesPath=./bin/dist/$PACKAGE_NAME-$FULL_PACKAGE_VERSION.tgz --runtimeVersion=$RUNTIMEVERSION --emuPId=.*emulator.* --avd=$AVD_NAME --showEmu=false > /dev/null &&
47+ grunt runOnlyTestsApp --verbose -- platform=Android --modulesPath=./bin/dist/$PACKAGE_NAME-$FULL_PACKAGE_VERSION.tgz --emuPId=.*emulator.* --avd=$AVD_NAME --showEmu=false
4848 - node ./build/travis-scripts/check-testrun-broken.js
4949 - adb pull /data/data/org.nativescript.TestsApp/files/test-results.xml &&
5050 mv test-results.xml ~/test-run-results$PACKAGE_VERSION.xml
You can’t perform that action at this time.
0 commit comments