travis: remove hack and xcode_* variables. Instead, use script: target...

This commit is contained in:
Gautier Pelloux-Prayer 2015-06-22 14:42:25 +02:00
parent b810c8ab16
commit fcc3ddc754

View file

@ -1,7 +1,4 @@
language: objective-c
xcode_project: linphone.xcodeproj
xcode_scheme: linphone
xcode_sdk: iphonesimulator8.1
branches:
only:
@ -31,7 +28,8 @@ install:
- make -j1 -s 1>/dev/null
- mkdir -p Screens
- export KIF_SCREENSHOTS=`pwd`/Screens
- alias xctool='xctool 1>/dev/null'
script: xctool -project linphone.xcodeproj -scheme linphone -sdk iphonesimulator8.1 build test 1>/dev/null
after_script:
- ./Tools/imgur_upload.sh