Skip to content

Commit a3c7a48

Browse files
committed
Added Swiftlint to Travis
1 parent f9c6ff4 commit a3c7a48

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

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

5+
install:
6+
- brew update > /dev/null
7+
- brew upgrade swiftlint
8+
59
before_script:
10+
- swiftlint
611
- carthage version
712
- carthage bootstrap
813

914
script:
1015
- set -o pipefail && xcodebuild test -scheme RxSwiftExt-macOS -workspace RxSwiftExt.xcworkspace -sdk macosx -destination "arch=x86_64" | xcpretty -c
1116
- set -o pipefail && xcodebuild test -scheme RxSwiftExt-iOS -workspace RxSwiftExt.xcworkspace -sdk iphonesimulator -destination "name=iPhone X" | xcpretty -c
1217
- 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)