Skip to content

Commit e7b953a

Browse files
author
Piergiuseppe Longo
committed
Remove swiftlint from Travis
1 parent c97be67 commit e7b953a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.travis.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ script:
2020
- xcodebuild -version
2121
- xcodebuild -showsdks
2222
- xcodebuild -list
23-
- brew update
24-
- brew outdated xctool || brew upgrade swiftlint
25-
- swiftlint version
2623

2724
# Build Framework in Debug and Run Tests if specified
2825
- if [ $RUN_TESTS == "YES" ]; then
@@ -43,7 +40,3 @@ script:
4340
xcodebuild -project "$PROJECT" -scheme "$EXAMPLE_SCHEME" -sdk "$SDK" -destination "$DESTINATION" -configuration Debug ONLY_ACTIVE_ARCH=NO build | xcpretty;
4441
fi
4542

46-
# Run `pod lib lint` if specified
47-
- if [ $POD_LINT == "YES" ]; then
48-
pod lib lint;
49-
fi

0 commit comments

Comments
 (0)