From 6dcf9aef7cf51a9f60abab6c7bc22c44106eaa78 Mon Sep 17 00:00:00 2001 From: Guillaume BIENKOWSKI Date: Sun, 18 Jan 2015 10:58:23 +0100 Subject: [PATCH] travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bece07595..6821ba982 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,4 +23,4 @@ install: # Use Pods/Subliminal/.../subliminal-test if using Cocoapods script: - - xctool -scheme linphone -workspace linphone.xcworkspace -arch i386 -test-sdk $TEST_SDK -simulator $SIMULATOR clean test \ No newline at end of file + - xctool -scheme linphone -workspace linphone.xcworkspace -arch i386 -sdk $TEST_SDK clean test \ No newline at end of file