Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
tests also need no codesign
Browse files Browse the repository at this point in the history
  • Loading branch information
jariz committed Aug 1, 2019
1 parent c8a6bcb commit eaa679a
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 @@ -2,4 +2,4 @@ osx_image: xcode10.2
language: objective-c
before_install: gem install cocoapods -v 1.7 && ./install_amimono_fork.sh && pod repo update
script: xcodebuild clean build -verbose -workspace Akku.xcworkspace -scheme Akku CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO | xcpretty
after_success: xcodebuild test -verbose -workspace Akku.xcworkspace -scheme io.jari.AkkuHelper | xcpretty
after_success: xcodebuild test -verbose -workspace Akku.xcworkspace -scheme io.jari.AkkuHelper CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO | xcpretty

0 comments on commit eaa679a

Please sign in to comment.