From f1bb4f36d09ca0d58c101ea08c70a186c05cae07 Mon Sep 17 00:00:00 2001 From: Sefa Ilkimen Date: Wed, 12 Dec 2018 15:29:27 +0100 Subject: [PATCH] Fix android test suite --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 41f680da..d7bf543a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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;