code sign = no
This commit is contained in:
parent
57d43919e3
commit
2d13b1e90d
|
@ -10,5 +10,5 @@ language: swift
|
|||
# - gem install cocoapods # Since Travis is not always on latest version
|
||||
# - pod install --project-directory=Example
|
||||
script:
|
||||
- set -o pipefail && xcodebuild -project Reflex.xcodeproj -scheme Reflex -configuration Release ONLY_ACTIVE_ARCH=NO build | xcpretty
|
||||
- set -o pipefail && xcodebuild -project Reflex.xcodeproj -scheme Reflex -configuration Release ONLY_ACTIVE_ARCH=NO CODE_SIGNING_REQUIRED=NO build | xcpretty
|
||||
- pod lib lint
|
||||
|
|
Loading…
Reference in New Issue