Skip to content

Commit

Permalink
Fix CI Issues
Browse files Browse the repository at this point in the history
  • Loading branch information
sieren committed Mar 8, 2021
1 parent f4cede0 commit eb7a6bf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ language: objective-c
# - pod install --project-directory=Example
script:
- carthage update --cache-builds --use-xcframeworks
- set -o pipefail && xcodebuild -project "midimittr.xcodeproj" -target "midimittr" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO
- set -o pipefail && xcodebuild -project "midimittr.xcodeproj" -scheme "midimittr" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO

4 changes: 2 additions & 2 deletions midimittr.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -331,14 +331,14 @@
/* Begin PBXShellScriptBuildPhase section */
6955AA381FF83A6C00224667 /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
buildActionMask = 8;
files = (
);
inputPaths = (
);
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
runOnlyForDeploymentPostprocessing = 1;
shellPath = /bin/sh;
shellScript = "if which swiftlint >/dev/null; then\nswiftlint\nelse\necho \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n";
};
Expand Down
Binary file not shown.

0 comments on commit eb7a6bf

Please sign in to comment.