We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44b3d21 commit f9caddeCopy full SHA for f9cadde
.swift-version
@@ -1 +1 @@
1
-3.0.1
+3.0
circle.yml
@@ -0,0 +1,21 @@
+machine:
2
+ xcode:
3
+ version: "8.3"
4
+ environment:
5
+ LANG: en_US.UTF-8
6
+
7
+dependencies:
8
+ pre:
9
+ override:
10
+ - brew update ; brew update
11
+ - brew install swiftlint
12
13
+test:
14
15
16
+ - set -o pipefail
17
+ - xcodebuild clean test -workspace SFFocusViewLayout.xcworkspace -scheme SFFocusViewLayout -destination "platform=iOS Simulator,name=iPhone 7" -enableCodeCoverage YES | xcpretty
18
+ - pod lib lint --quick
19
+ post:
20
+ - bundle exec danger
21
+ - bash <(curl -s https://codecov.io/bash) -J Moya
0 commit comments