diff --git a/.travis.yml b/.travis.yml index f7b3dc91..33a480f0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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'