Skip to content
This repository was archived by the owner on Jun 13, 2023. It is now read-only.

Commit ce3b2ff

Browse files
committed
Adds .swift-version to force pods to use 3.0
1 parent 364134b commit ce3b2ff

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.swift-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.0

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,10 @@ script:
3636
xcodebuild clean -workspace ParseLiveQuery.xcworkspace -scheme LiveQueryDemo-ObjC | xcpretty -c
3737
xcodebuild build -workspace ParseLiveQuery.xcworkspace -scheme LiveQueryDemo-ObjC -configuration Debug | xcpretty -c
3838
elif [ "$TEST_TYPE" = CocoaPods ]; then
39-
pod lib lint ParseLiveQuery.podspec
39+
# SocketRocket produces warnings on xcode8
40+
pod lib lint ParseLiveQuery.podspec --allow-warnings
4041
elif [ "$TEST_TYPE" = Carthage ]; then
41-
carthage build --no-skip-current --platform iOS
42+
carthage build --no-skip-current
4243
fi
4344
after_success:
4445
- |

0 commit comments

Comments
 (0)