Skip to content

Commit a7fcc58

Browse files
vchimevvchimev
authored andcommitted
Update Travis CI
1 parent 303b609 commit a7fcc58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
5050
before_deploy:
5151
- mv bin/dist/$PACKAGE_NAME-$FULL_PACKAGE_VERSION.tgz ../.deploymentpackage

0 commit comments

Comments
 (0)