We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c97be67 commit e7b953aCopy full SHA for e7b953a
.travis.yml
@@ -20,9 +20,6 @@ script:
20
- xcodebuild -version
21
- xcodebuild -showsdks
22
- xcodebuild -list
23
- - brew update
24
- - brew outdated xctool || brew upgrade swiftlint
25
- - swiftlint version
26
27
# Build Framework in Debug and Run Tests if specified
28
- if [ $RUN_TESTS == "YES" ]; then
@@ -43,7 +40,3 @@ script:
43
40
xcodebuild -project "$PROJECT" -scheme "$EXAMPLE_SCHEME" -sdk "$SDK" -destination "$DESTINATION" -configuration Debug ONLY_ACTIVE_ARCH=NO build | xcpretty;
44
41
fi
45
42
46
- # Run `pod lib lint` if specified
47
- - if [ $POD_LINT == "YES" ]; then
48
- pod lib lint;
49
- fi
0 commit comments