Skip to content

Commit 79cd51f

Browse files
author
Xinguang Wang
committed
CocoaPods 1.1.0.rc.2 (2016-09-13)
Use the SWIFT_VERSION when linting pods. To lint with Swift 3.0 add a Swift Version file. echo "3.0" >> .swift-version.
1 parent 78c25bb commit 79cd51f

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.swift-version

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.0

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ before_install:
1919
if ! which swiftlint >/dev/null; then
2020
brew install swiftlint
2121
fi
22+
elif [ "$TEST_TYPE" = PODLINT ]; then
23+
gem install cocoapods --pre --no-rdoc --no-ri --no-document --quiet
2224
fi
2325
# - brew update
2426
# - brew install carthage

0 commit comments

Comments
 (0)