Fix android test suite

This commit is contained in:
Sefa Ilkimen
2018-12-12 15:29:27 +01:00
parent e2a869bbd2
commit f1bb4f36d0
+3 -3
View File
@@ -54,6 +54,6 @@ matrix:
script:
- npm run testjs &&
npm run updatecert &&
scripts/build-test-app.sh --$TARGET_PLATFORM --emulator &&
scripts/upload-artifact.sh --$TARGET_PLATFORM &&
scripts/test-app.sh --$TARGET_PLATFORM --emulator;
scripts/build-test-app.sh --android --emulator &&
scripts/upload-artifact.sh --android &&
scripts/test-app.sh --android --emulator;