Skip to content

Commit

Permalink
Run SwiftLint in CI (Jounce#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandro-isaza authored Aug 18, 2018
1 parent 3e583ec commit 3b2ec9c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
language: objective-c
osx_image: xcode9.3
osx_image: xcode9.4

install:
- brew update && brew upgrade swiftlint

script:
- swiftlint --strict
- xcodebuild clean build test -workspace Surge.xcworkspace -scheme Surge-iOS -destination 'platform=iOS Simulator,name=iPhone 8,OS=11.1'
- xcodebuild clean build test -workspace Surge.xcworkspace -scheme Surge-macOS -destination 'platform=OS X,arch=x86_64'
- xcodebuild clean build test -workspace Surge.xcworkspace -scheme Surge-tvOS -destination 'platform=tvOS Simulator,name=Apple TV 4K,OS=11.1'
Expand Down

0 comments on commit 3b2ec9c

Please sign in to comment.