File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
SwiftyJSONAccelerator.xcodeproj Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,4 @@ script:
2222 - xcodebuild -workspace SwiftyJSONAccelerator.xcworkspace -scheme "SwiftyJSONAccelerator" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO test
2323
2424after_success :
25- - slather
26- - bash <(curl -s https://codecov.io/bash) -f build/slather/cobertura.xml -X coveragepy -X gcov -X xcode
2725 - xcov -w SwiftyJSONAccelerator.xcworkspace -s SwiftyJSONAccelerator -o build/xcov --coveralls_service_name travis-ci --coveralls_service_job_id $TRAVIS_JOB_ID
Original file line number Diff line number Diff line change 442442};
443443935F7E4722F3852E0003F787 /* Swiftlint */ = {
444444isa = PBXShellScriptBuildPhase;
445- buildActionMask = 2147483647 ;
445+ buildActionMask = 12 ;
446446files = (
447447);
448448inputFileListPaths = (
456456);
457457runOnlyForDeploymentPostprocessing = 0;
458458shellPath = /bin/sh;
459- shellScript = "if which swiftlint >/dev/null; then\nswiftlint autocorrect --config .swiftlint.yml\nswiftlint lint --config .swiftlint.yml\ nelse\necho \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n";
459+ shellScript = "if which swiftlint >/dev/null; then\nswiftlint autocorrect --config .swiftlint.yml\nelse\necho \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n";
460460};
461461937D9DF122E8962F00A83D84 /* Swiftformat */ = {
462462isa = PBXShellScriptBuildPhase;
463- buildActionMask = 2147483647 ;
463+ buildActionMask = 12 ;
464464files = (
465465);
466466inputFileListPaths = (
You can’t perform that action at this time.
0 commit comments