From b218933bfd1876de4528b9d245265197740ca91e Mon Sep 17 00:00:00 2001 From: Felix Schulze Date: Mon, 26 Oct 2015 08:03:40 +0100 Subject: [PATCH] Update .travis.yml --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ca32437..beab256 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ -osx_image: xcode7 +osx_image: xcode7.1 language: objective-c before_install: - ./build-libssl.sh verbose - xcrun -sdk iphoneos lipo -info ./lib/*.a script: - - xctool -project OpenSSL-for-iOS.xcodeproj -scheme OpenSSL-for-iOS -sdk iphonesimulator clean build \ No newline at end of file + - xctool -project OpenSSL-for-iOS.xcodeproj -scheme OpenSSL-for-iOS -sdk iphonesimulator clean build