travis: separated xctool build and xctool test target to keep test output

This commit is contained in:
Gautier Pelloux-Prayer 2015-06-22 15:06:39 +02:00
parent fcc3ddc754
commit 814825a4a1

View file

@ -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