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

Commit

Permalink
Adds .swift-version to force pods to use 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flovilmart committed Sep 22, 2016
1 parent 364134b commit ce3b2ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .swift-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.0
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
- |
Expand Down

0 comments on commit ce3b2ff

Please sign in to comment.