From 5c2d2f332768ba7e712badd07353a6c2f71f9d38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20Spie=C3=9F?= Date: Fri, 6 May 2016 18:11:59 +0200 Subject: [PATCH] Manually open simulator to prevent timeouts in CI runs --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 83a1953d9a..1414236e77 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,6 +25,7 @@ before_install: - brew install carthage script: + - open -b com.apple.iphonesimulator - set -o pipefail - COMMAND="env NSUnbufferedIO=YES xcodebuild -project '$PROJECT' -scheme '$SCHEME' -sdk '$SDK' -configuration '$CONFIGURATION'"