Update .travis.yml

This commit is contained in:
Felix Schulze 2015-10-26 08:03:40 +01:00
parent eae32bceae
commit b218933bfd
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
osx_image: xcode7 osx_image: xcode7.1
language: objective-c language: objective-c
before_install: before_install:
- ./build-libssl.sh verbose - ./build-libssl.sh verbose
- xcrun -sdk iphoneos lipo -info ./lib/*.a - xcrun -sdk iphoneos lipo -info ./lib/*.a
script: script:
- xctool -project OpenSSL-for-iOS.xcodeproj -scheme OpenSSL-for-iOS -sdk iphonesimulator clean build - xctool -project OpenSSL-for-iOS.xcodeproj -scheme OpenSSL-for-iOS -sdk iphonesimulator clean build