Skip to content

Commit 122edcb

Browse files
committed
Added Swiftlint to Travis
1 parent f9c6ff4 commit 122edcb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,15 @@ os: osx
22
language: objective-c
33
osx_image: xcode9
44

5+
install:
6+
- brew update && brew install swiftlint
7+
58
before_script:
9+
- swiftlint
610
- carthage version
711
- carthage bootstrap
812

913
script:
1014
- set -o pipefail && xcodebuild test -scheme RxSwiftExt-macOS -workspace RxSwiftExt.xcworkspace -sdk macosx -destination "arch=x86_64" | xcpretty -c
1115
- set -o pipefail && xcodebuild test -scheme RxSwiftExt-iOS -workspace RxSwiftExt.xcworkspace -sdk iphonesimulator -destination "name=iPhone X" | xcpretty -c
1216
- set -o pipefail && xcodebuild test -scheme RxSwiftExt-tvOS -workspace RxSwiftExt.xcworkspace -sdk appletvsimulator -destination "name=Apple TV 1080p" | xcpretty -c
13-

0 commit comments

Comments
 (0)