diff --git a/.travis.yml b/.travis.yml index 30d87703..da1c05f6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,9 @@ osx_image: xcode8.3 -language: objective-c -before_install: -- carthage bootstrap --platform Mac xcode_project: MacPass.xcodeproj xcode_scheme: MacPass -script: xcodebuild clean && xcodebuild build -configuration release -project MacPass.xcodeproj -scheme MacPass CODE_SIGNING_REQUIRED=NO \ No newline at end of file +language: objective-c + +before_install: +- carthage bootstrap --platform Mac + +script: xcodebuild clean && xcodebuild build -configuration release -project MacPass.xcodeproj -scheme MacPass CODE_SIGNING_REQUIRED=NO