From 4ea9c24d6d5c0ce68440cfd29262ef7c7c723826 Mon Sep 17 00:00:00 2001 From: Sefa Ilkimen Date: Mon, 16 Oct 2017 10:17:05 +0200 Subject: [PATCH] travis config: added travis_wait to prevent timeout issue --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 30489f0..38b4b1f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,7 +30,7 @@ install: - export PATH=${PATH}:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools:$ANDROID_HOME/build-tools/23.0.2 script: -- scripts/build-test-app.sh +- travis_wait scripts/build-test-app.sh - scripts/upload-artifact.sh - scripts/test.sh --ios --emulator