File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ script:
4545 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 &&
4646 grunt runOnlyTestsApp --verbose --platform=Android --modulesPath=./bin/dist/$PACKAGE_NAME-$FULL_PACKAGE_VERSION.tgz --emuPId=.*emulator.* --avd=$AVD_NAME --showEmu=false
4747 - node ./build/travis-scripts/check-testrun-broken.js
48- - adb pull /data/data/org.nativescript.TestsApp/files /test-results.xml &&
48+ - adb pull /storage/sdcard/Documents /test-results.xml &&
4949 mv test-results.xml ~/test-run-results$PACKAGE_VERSION.xml
5050before_deploy :
5151 - mv bin/dist/$PACKAGE_NAME-$FULL_PACKAGE_VERSION.tgz ../.deploymentpackage
You can’t perform that action at this time.
0 commit comments