Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iosdeveloper committed Mar 29, 2016
1 parent e582c88 commit b9e6ef0
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 @@ -21,7 +21,7 @@ before_deploy:
- security default-keychain -s $KEYCHAIN
- security unlock-keychain -p travis $KEYCHAIN
- security import $CERT_P12 -k $KEYCHAIN -P "$CERT_PW" -T /usr/bin/codesign
- IDENTITY="Developer ID Application: Code and That Ltd (B3T8QSC4HG)"
- 'IDENTITY="Developer ID Application: Code and That Ltd (B3T8QSC4HG)"'
- codesign --deep --force --verbose --sign "$IDENTITY" BitBar.app
- codesign --deep --force --verbose --sign "$IDENTITY" BitBarDistro.app
- security delete-keychain $KEYCHAIN
Expand Down

0 comments on commit b9e6ef0

Please sign in to comment.