From 98738414bb8ecdc9e1484214bf38986aa0075757 Mon Sep 17 00:00:00 2001 From: Anton Tieleman Date: Sun, 18 Sep 2016 16:15:39 +0200 Subject: [PATCH] Command line options for Travis build. Added no parallel due to PR #115 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index afc7680..b34d9e7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ osx_image: xcode8 language: objective-c before_install: - - ./build-libssl.sh verbose-on-error + - ./build-libssl.sh --noparallel --verbose-on-error - xcrun -sdk iphoneos lipo -info ./lib/*.a - ./create-openssl-framework.sh - xcrun -sdk iphoneos lipo -info openssl.framework/openssl