From 261b995dd962bedee0cac39c6950a5a69e41c3c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20Spie=C3=9F?= Date: Tue, 3 May 2016 21:12:50 +0200 Subject: [PATCH] Start Simulator manually before tests to avoid timeouts --- .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'"