From 814825a4a15436e0d21dc5192e491268e7dc9899 Mon Sep 17 00:00:00 2001 From: Gautier Pelloux-Prayer Date: Mon, 22 Jun 2015 15:06:39 +0200 Subject: [PATCH] travis: separated xctool build and xctool test target to keep test output --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4e2176645..2c81e124e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,9 @@ install: - mkdir -p Screens - export KIF_SCREENSHOTS=`pwd`/Screens -script: xctool -project linphone.xcodeproj -scheme linphone -sdk iphonesimulator8.1 build test 1>/dev/null +script: + - xctool -project linphone.xcodeproj -scheme linphone -sdk iphonesimulator8.1 build 1>/dev/null + - xctool -project linphone.xcodeproj -scheme linphone -sdk iphonesimulator8.1 test after_script: - ./Tools/imgur_upload.sh