add missing "updatecert" task to travis config

This commit is contained in:
Sefa Ilkimen
2018-09-03 15:25:11 +02:00
parent c41fc11888
commit a6bf9041a5
+1
View File
@@ -30,6 +30,7 @@ install:
script:
- npm run testjs
- npm run updatecert
- travis_wait scripts/build-test-app.sh --$TARGET_PLATFORM --emulator &&
scripts/upload-artifact.sh --$TARGET_PLATFORM &&
scripts/test-app.sh --$TARGET_PLATFORM --emulator;