code sign = no

This commit is contained in:
Hernan G. Gonzalez 2016-12-26 14:15:49 -03:00
parent 57d43919e3
commit 2d13b1e90d
1 changed files with 1 additions and 1 deletions

View File

@ -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