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 f9c6ff4 commit 122edcbCopy full SHA for 122edcb
.travis.yml
@@ -2,12 +2,15 @@ os: osx
2
language: objective-c
3
osx_image: xcode9
4
5
+install:
6
+ - brew update && brew install swiftlint
7
+
8
before_script:
9
+ - swiftlint
10
- carthage version
11
- carthage bootstrap
12
13
script:
14
- set -o pipefail && xcodebuild test -scheme RxSwiftExt-macOS -workspace RxSwiftExt.xcworkspace -sdk macosx -destination "arch=x86_64" | xcpretty -c
15
- set -o pipefail && xcodebuild test -scheme RxSwiftExt-iOS -workspace RxSwiftExt.xcworkspace -sdk iphonesimulator -destination "name=iPhone X" | xcpretty -c
16
- set -o pipefail && xcodebuild test -scheme RxSwiftExt-tvOS -workspace RxSwiftExt.xcworkspace -sdk appletvsimulator -destination "name=Apple TV 1080p" | xcpretty -c
-
0 commit comments