Update .travis.yml

Add check for openssl-framework script on Travis. Related #72
This commit is contained in:
Felix Schulze 2015-11-25 13:41:47 +01:00
parent 550f280687
commit cd18638f51
1 changed files with 3 additions and 0 deletions

View File

@ -3,5 +3,8 @@ language: objective-c
before_install:
- ./build-libssl.sh verbose
- xcrun -sdk iphoneos lipo -info ./lib/*.a
- ./create-openssl-framework.sh
- xcrun -sdk iphoneos lipo -info openssl.framework/openssl
script:
- xctool -project OpenSSL-for-iOS.xcodeproj -scheme OpenSSL-for-iOS -sdk iphonesimulator clean build