Skip to content

Commit 5452b6b

Browse files
committed
ci: remove swiftlint for now
1 parent 069eb21 commit 5452b6b

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,4 @@ script:
2222
- xcodebuild -workspace SwiftyJSONAccelerator.xcworkspace -scheme "SwiftyJSONAccelerator" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO test
2323

2424
after_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

SwiftyJSONAccelerator.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@
442442
};
443443
935F7E4722F3852E0003F787 /* Swiftlint */ = {
444444
isa = PBXShellScriptBuildPhase;
445-
buildActionMask = 2147483647;
445+
buildActionMask = 12;
446446
files = (
447447
);
448448
inputFileListPaths = (
@@ -456,11 +456,11 @@
456456
);
457457
runOnlyForDeploymentPostprocessing = 0;
458458
shellPath = /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
};
461461
937D9DF122E8962F00A83D84 /* Swiftformat */ = {
462462
isa = PBXShellScriptBuildPhase;
463-
buildActionMask = 2147483647;
463+
buildActionMask = 12;
464464
files = (
465465
);
466466
inputFileListPaths = (

0 commit comments

Comments
 (0)