diff --git a/.swift-version b/.swift-version new file mode 100644 index 00000000..9f55b2cc --- /dev/null +++ b/.swift-version @@ -0,0 +1 @@ +3.0 diff --git a/.travis.yml b/.travis.yml index 1f6bf44e..94cb33d5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,9 +36,10 @@ script: xcodebuild clean -workspace ParseLiveQuery.xcworkspace -scheme LiveQueryDemo-ObjC | xcpretty -c xcodebuild build -workspace ParseLiveQuery.xcworkspace -scheme LiveQueryDemo-ObjC -configuration Debug | xcpretty -c elif [ "$TEST_TYPE" = CocoaPods ]; then - pod lib lint ParseLiveQuery.podspec + # SocketRocket produces warnings on xcode8 + pod lib lint ParseLiveQuery.podspec --allow-warnings elif [ "$TEST_TYPE" = Carthage ]; then - carthage build --no-skip-current --platform iOS + carthage build --no-skip-current fi after_success: - |