Skip to content

Commit

Permalink
Set CODE_SIGNING_ALLOWED="NO"
Browse files Browse the repository at this point in the history
  • Loading branch information
zenangst committed Dec 27, 2018
1 parent 06b53a9 commit 0b17f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ before_install:
- pod install

script:
- set -o pipefail && xcodebuild -workspace Gray.xcworkspace -scheme "Gray" -sdk macosx clean build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO | xcpretty
- set -o pipefail && xcodebuild -workspace Gray.xcworkspace -scheme "Gray" -sdk macosx clean build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED="NO" | xcpretty

after_success:
- bash <(curl -s https://codecov.io/bash)
Expand Down

0 comments on commit 0b17f14

Please sign in to comment.