diff --git a/.travis.yml b/.travis.yml index 41f680d..d7bf543 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;