Skip to content
This repository has been archived by the owner on Nov 2, 2020. It is now read-only.

Commit

Permalink
Use a blank in addition to disabling code signing
Browse files Browse the repository at this point in the history
  • Loading branch information
sharplet committed Jan 18, 2016
1 parent 2ed8f98 commit 10ff93c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,4 +1,4 @@
language: objective-c
script:
- xctool test -project FBTweak.xcodeproj -scheme FBTweak -sdk iphonesimulator8.1 -destination "platform=iOS Simulator,OS=8.1,name=iPhone 6"
- xctool archive -workspace FBTweakExample.xcworkspace -scheme FBTweakExample CODE_SIGNING_REQUIRED=NO
- xctool archive -workspace FBTweakExample.xcworkspace -scheme FBTweakExample CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO

0 comments on commit 10ff93c

Please sign in to comment.