File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,16 @@ os: osx
2
2
language : objective-c
3
3
osx_image : xcode9
4
4
5
+ install :
6
+ - brew update > /dev/null
7
+ - brew upgrade swiftlint
8
+
5
9
before_script :
10
+ - swiftlint
6
11
- carthage version
7
12
- carthage bootstrap
8
13
9
14
script :
10
15
- set -o pipefail && xcodebuild test -scheme RxSwiftExt-macOS -workspace RxSwiftExt.xcworkspace -sdk macosx -destination "arch=x86_64" | xcpretty -c
11
16
- set -o pipefail && xcodebuild test -scheme RxSwiftExt-iOS -workspace RxSwiftExt.xcworkspace -sdk iphonesimulator -destination "name=iPhone X" | xcpretty -c
12
17
- set -o pipefail && xcodebuild test -scheme RxSwiftExt-tvOS -workspace RxSwiftExt.xcworkspace -sdk appletvsimulator -destination "name=Apple TV 1080p" | xcpretty -c
13
-
You can’t perform that action at this time.
0 commit comments