We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78c25bb commit 79cd51fCopy full SHA for 79cd51f
.swift-version
@@ -0,0 +1 @@
1
+3.0
.travis.yml
@@ -19,6 +19,8 @@ before_install:
19
if ! which swiftlint >/dev/null; then
20
brew install swiftlint
21
fi
22
+ elif [ "$TEST_TYPE" = PODLINT ]; then
23
+ gem install cocoapods --pre --no-rdoc --no-ri --no-document --quiet
24
25
# - brew update
26
# - brew install carthage
0 commit comments