From a6bf9041a5c425938be660ac56216f0d98bef7dd Mon Sep 17 00:00:00 2001 From: Sefa Ilkimen Date: Mon, 3 Sep 2018 15:25:11 +0200 Subject: [PATCH] add missing "updatecert" task to travis config --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 881c5b0..55031ae 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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;